[webkit-reviews] review granted: [Bug 123554] Manage EllipsisBox objects with unique_ptr. : [Attachment 215610] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 21:25:34 PDT 2013


Anders Carlsson <andersca at apple.com> has granted Andreas Kling
<akling at apple.com>'s request for review:
Bug 123554: Manage EllipsisBox objects with unique_ptr.
https://bugs.webkit.org/show_bug.cgi?id=123554

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

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=215610&action=review


> Source/WebCore/rendering/RootInlineBox.cpp:52
> +typedef WTF::HashMap<const RootInlineBox*, std::unique_ptr<EllipsisBox>>
EllipsisBoxMap;

No need for the WTF here.


More information about the webkit-reviews mailing list