Bug 20005

Summary: StyleRareNonInheritedData fails to initialize or compare m_maskBoxImage
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, hyatt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
hyatt: review+
Patch with changelog simon.fraser: review+

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