[webkit-reviews] review granted: [Bug 73501] StyledElement: Tidy up copyNonAttributeProperties(). : [Attachment 117301] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 02:29:51 PST 2011


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 73501: StyledElement: Tidy up copyNonAttributeProperties().
https://bugs.webkit.org/show_bug.cgi?id=73501

Attachment 117301: Patch
https://bugs.webkit.org/attachment.cgi?id=117301&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=117301&action=review


> Source/WebCore/css/CSSInlineStyleDeclaration.h:35
>  class CSSInlineStyleDeclaration : public CSSElementStyleDeclaration {
> +    WTF_MAKE_NONCOPYABLE(CSSInlineStyleDeclaration);

I think it is sufficient to have this in the base class (some other instances
here too).


More information about the webkit-reviews mailing list