Bug 72953

Summary: CSSProperty: Remove unnecessary operator overloads.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2011-11-22 06:44:52 PST
AFAICT we don't need the operator= and operator== overloads in CSSProperty, and the implementations aren't correct anyway.
Comment 1 Andreas Kling 2011-11-22 07:01:38 PST
Created attachment 116223 [details]
Patch
Comment 2 Antti Koivisto 2011-11-22 07:03:48 PST
Comment on attachment 116223 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-11-22 09:42:58 PST
Comment on attachment 116223 [details]
Patch

Clearing flags on attachment: 116223

Committed r101008: <http://trac.webkit.org/changeset/101008>
Comment 4 WebKit Review Bot 2011-11-22 09:43:02 PST
All reviewed patches have been landed.  Closing bug.