[webkit-reviews] review granted: [Bug 108369] Add class name for snapshotted plugin based on dimensions : [Attachment 187894] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 15:23:16 PST 2013


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Dean Jackson
<dino at apple.com>'s request for review:
Bug 108369: Add class name for snapshotted plugin based on dimensions
https://bugs.webkit.org/show_bug.cgi?id=108369

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=187894&action=review


> Source/WebCore/page/FrameView.cpp:2501
> -    objects.reserveCapacity(size);
> +    Vector<RenderObject*> objects;
> +    objects.reserveInitialCapacity(size);

Why this change (it's not explained in the changelog)?


More information about the webkit-reviews mailing list