RESOLVED FIXED73732
Shrink CSSValueList.
https://bugs.webkit.org/show_bug.cgi?id=73732
Summary Shrink CSSValueList.
Andreas Kling
Reported 2011-12-02 19:53:08 PST
Shrink CSSValueList.
Attachments
Patch (2.62 KB, patch)
2011-12-02 19:54 PST, Andreas Kling
koivisto: review+
koivisto: commit-queue-
Andreas Kling
Comment 1 2011-12-02 19:54:31 PST
Antti Koivisto
Comment 2 2011-12-03 02:47:02 PST
Comment on attachment 117736 [details] Patch 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?
Andreas Kling
Comment 3 2011-12-03 04:20:39 PST
Luke Macpherson
Comment 4 2011-12-06 15:01:43 PST
It would be good to also add COMPILE_ASSERTS to help prevent regressing the size of these types in the future.
Note You need to log in before you can comment on or make changes to this bug.