[webkit-reviews] review granted: [Bug 121199] CSSPropertyAnimation::ensurePropertyMap() is large : [Attachment 211502] EFL build fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 13 11:34:35 PDT 2013


Darin Adler <darin at apple.com> has granted Ryosuke Niwa <rniwa at webkit.org>'s
request for review:
Bug 121199: CSSPropertyAnimation::ensurePropertyMap() is large
https://bugs.webkit.org/show_bug.cgi?id=121199

Attachment 211502: EFL build fix
https://bugs.webkit.org/attachment.cgi?id=211502&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=211502&action=review


> Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1335
> +	   Vector<AnimationPropertyWrapperBase*> longhandWrappers;

No reserveInitialCapacity?

> Source/WebCore/page/animation/CSSPropertyAnimation.cpp:1342
> +	       longhandWrappers.append(m_propertyWrappers[wrapperIndex].get());


No uncheckedAppend?


More information about the webkit-reviews mailing list