[webkit-reviews] review granted: [Bug 73732] Shrink CSSValueList. : [Attachment 117736] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 3 02:47:01 PST 2011


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 73732: Shrink CSSValueList.
https://bugs.webkit.org/show_bug.cgi?id=73732

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

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


> Source/WebCore/css/CSSValue.h:181
>      // CSSInitialValue bits:
>      bool m_isImplicit : 1;
>  
> +    // CSSValueList bits:
> +    bool m_isSpaceSeparated : 1;

m_isSpaceSeparatedValueList etc perhaps?


More information about the webkit-reviews mailing list