Bug 102982 - Style sharing: Compare class lists via SpaceSplitString instead of string comparison.
Summary: Style sharing: Compare class lists via SpaceSplitString instead of string com...
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-11-21 14:56 PST by Andreas Kling
Modified: 2012-11-21 15:33 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.18 KB, patch)
2012-11-21 14:58 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-11-21 14:56:26 PST
Comparing the fastGetAttribute(classAttr) return values is silly when we can just see if the SpaceSplitStrings are the same.
Comment 1 Andreas Kling 2012-11-21 14:58:15 PST
Created attachment 175529 [details]
Patch
Comment 2 WebKit Review Bot 2012-11-21 15:33:34 PST
Comment on attachment 175529 [details]
Patch

Clearing flags on attachment: 175529

Committed r135445: <http://trac.webkit.org/changeset/135445>
Comment 3 WebKit Review Bot 2012-11-21 15:33:37 PST
All reviewed patches have been landed.  Closing bug.