Move GTK WebKit1 code to std::unique_ptr
Created attachment 225763 [details] Patch
Comment on attachment 225763 [details] Patch 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.
Committed r165253: <http://trac.webkit.org/changeset/165253>