Bug 102982

Summary: Style sharing: Compare class lists via SpaceSplitString instead of string comparison.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, cmarcelo, koivisto, macpherson, menard, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.