[webkit-reviews] review granted: [Bug 71667] CSSValue: Devirtualize cssValueType(). : [Attachment 113845] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 7 05:10:56 PST 2011


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 71667: CSSValue: Devirtualize cssValueType().
https://bugs.webkit.org/show_bug.cgi?id=71667

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

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


r=me

> Source/WebCore/css/CSSValue.h:90
> +private:
> +    unsigned m_type : 3; // Type

Maybe a FIXME here indicating that the memory regression will fix itself
soonish.


More information about the webkit-reviews mailing list