Bug 75829 - CSSMutableStyleDeclaration: Remove propertiesEqual().
Summary: CSSMutableStyleDeclaration: Remove propertiesEqual().
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: 2012-01-08 23:51 PST by Andreas Kling
Modified: 2012-01-09 01:09 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.31 KB, patch)
2012-01-09 00:44 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 2012-01-08 23:51:16 PST
This function is unused and more importantly, incorrect. Let's remove it before someone hurts themselves.
Comment 1 Andreas Kling 2012-01-08 23:52:02 PST
And by unused, I mean unused after my local patches land... Derp. :)
Comment 2 Andreas Kling 2012-01-09 00:44:42 PST
Created attachment 121628 [details]
Patch
Comment 3 Andreas Kling 2012-01-09 01:09:25 PST
Comment on attachment 121628 [details]
Patch

Clearing flags on attachment: 121628

Committed r104442: <http://trac.webkit.org/changeset/104442>
Comment 4 Andreas Kling 2012-01-09 01:09:34 PST
All reviewed patches have been landed.  Closing bug.