[webkit-reviews] review requested: [Bug 73121] Factor element pointer out of CSSMutableStyleDeclaration. : [Attachment 116599] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 25 04:42:18 PST 2011


Andreas Kling <kling at webkit.org> has asked  for review:
Bug 73121: Factor element pointer out of CSSMutableStyleDeclaration.
https://bugs.webkit.org/show_bug.cgi?id=73121

Attachment 116599: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=116599&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
First stab at this: move the element pointer to a CSSElementStyleDeclaration
subclass (thin, lives next to CSSMutableStyleDeclaration) and let
CSSMappedAttributeDeclaration inherit from it along with the new
CSSInlineStyleDeclaration class.


More information about the webkit-reviews mailing list