[webkit-reviews] review granted: [Bug 133597] Improve CSSPrimitiveValue::customCSSText for ARMv7 : [Attachment 232642] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 9 14:11:15 PDT 2014


Andreas Kling <akling at apple.com> has granted Benjamin Poulain
<benjamin at webkit.org>'s request for review:
Bug 133597: Improve CSSPrimitiveValue::customCSSText for ARMv7
https://bugs.webkit.org/show_bug.cgi?id=133597

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=232642&action=review


r=me

> Source/WebCore/css/CSSPrimitiveValue.cpp:1151
> +	   return cssTextCache().get(this);

We should make sure to do cssTextCache() only once in this function.


More information about the webkit-reviews mailing list