Bug 87259

Summary: CSSParser: Simplify StylePropertySet creation.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2012-05-23 06:29:44 PDT
Returning a Vector<CSSProperty> from filteredProperties() hurts my soul. Let's do something clever-er.
Comment 1 Andreas Kling 2012-05-23 06:30:22 PDT
Created attachment 143557 [details]
Patch
Comment 2 Andreas Kling 2012-05-23 07:08:00 PDT
Comment on attachment 143557 [details]
Patch

Clearing flags on attachment: 143557

Committed r118176: <http://trac.webkit.org/changeset/118176>
Comment 3 Andreas Kling 2012-05-23 07:08:08 PDT
All reviewed patches have been landed.  Closing bug.