[webkit-reviews] review granted: [Bug 129675] Move GTK WebKit1 code to std::unique_ptr : [Attachment 225763] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 12:31:49 PST 2014


Anders Carlsson <andersca at apple.com> has granted Zan Dobersek
<zandobersek at gmail.com>'s request for review:
Bug 129675: Move GTK WebKit1 code to std::unique_ptr
https://bugs.webkit.org/show_bug.cgi?id=129675

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

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


> Source/WebKit/gtk/webkit/webkitfavicondatabase.cpp:187
> +typedef Vector<std::unique_ptr<PendingIconRequest> >
PendingIconRequestVector;

Please remove the space between the > > here.


More information about the webkit-reviews mailing list