[webkit-reviews] review granted: [Bug 100940] Update average StylePropertySet size estimation. : [Attachment 171808] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 04:07:49 PDT 2012


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 100940: Update average StylePropertySet size estimation.
https://bugs.webkit.org/show_bug.cgi?id=100940

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

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


> Source/WebCore/css/StylePropertySet.cpp:1136
> -    return sizeof(StylePropertySet) + sizeof(CSSProperty) * 2;
> +    return immutableStylePropertySetSize(2);

Please find a less confusing name for this function.


More information about the webkit-reviews mailing list