Bug 20005 - StyleRareNonInheritedData fails to initialize or compare m_maskBoxImage
Summary: StyleRareNonInheritedData fails to initialize or compare m_maskBoxImage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-10 22:17 PDT by Simon Fraser (smfr)
Modified: 2008-07-11 15:44 PDT (History)
2 users (show)

See Also:


Attachments
Patch (894 bytes, patch)
2008-07-10 22:18 PDT, Simon Fraser (smfr)
hyatt: review+
Details | Formatted Diff | Diff
Patch with changelog (1.55 KB, patch)
2008-07-11 13:17 PDT, Simon Fraser (smfr)
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2008-07-10 22:17:29 PDT
The copy ctor of StyleRareNonInheritedData fails to copy m_maskBoxImage, and the operator== fails to compare the m_maskBoxImage.
Comment 1 Simon Fraser (smfr) 2008-07-10 22:18:20 PDT
Created attachment 22244 [details]
Patch
Comment 2 Dave Hyatt 2008-07-11 12:04:50 PDT
Comment on attachment 22244 [details]
Patch

r=me
Comment 3 Simon Fraser (smfr) 2008-07-11 13:17:57 PDT
Created attachment 22250 [details]
Patch with changelog

Bring hyatt's review forward.
Comment 4 Dean Jackson 2008-07-11 15:42:01 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/rendering/style/RenderStyle.cpp
Committed r35139