Bug 72953 - CSSProperty: Remove unnecessary operator overloads.
Summary: CSSProperty: Remove unnecessary operator overloads.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-22 06:44 PST by Andreas Kling
Modified: 2011-11-22 09:43 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.34 KB, patch)
2011-11-22 07:01 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.