Bug 75832

Summary: CSSStyleSelector: Any attribute with a decl() can be assumed to be mapped.
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 2012-01-09 00:17:07 PST
If an attribute has a decl() pointer, we don't need to check isMappedAttribute(), so let's change that to an assertion.
Comment 1 Andreas Kling 2012-01-09 00:19:59 PST
Created attachment 121627 [details]
Patch
Comment 2 Andreas Kling 2012-01-09 00:42:50 PST
Comment on attachment 121627 [details]
Patch

Clearing flags on attachment: 121627

Committed r104440: <http://trac.webkit.org/changeset/104440>
Comment 3 Andreas Kling 2012-01-09 00:42:58 PST
All reviewed patches have been landed.  Closing bug.