Bug 75187

Summary: Decouple CSSMappedAttributeDeclaration from element completely.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patcharoo darin: review+

Description Andreas Kling 2011-12-23 21:24:31 PST
CSSMappedAttributeDeclaration currently inherits from CSSElementStyleDeclaration, but we only setElement() on it while adding properties. We should refactor so CSSMappedAttributeDeclaration never needs to store an element.
Comment 1 Andreas Kling 2011-12-23 22:07:34 PST
Created attachment 120487 [details]
Patcharoo

Something like this perhaps.
Comment 2 Andreas Kling 2011-12-24 13:25:16 PST
Committed r103663: <http://trac.webkit.org/changeset/103663>