RESOLVED FIXED 129675
Move GTK WebKit1 code to std::unique_ptr
https://bugs.webkit.org/show_bug.cgi?id=129675
Summary Move GTK WebKit1 code to std::unique_ptr
Zan Dobersek
Reported 2014-03-04 01:49:02 PST
Move GTK WebKit1 code to std::unique_ptr
Attachments
Patch (8.98 KB, patch)
2014-03-04 01:50 PST, Zan Dobersek
andersca: review+
Zan Dobersek
Comment 1 2014-03-04 01:50:24 PST
Anders Carlsson
Comment 2 2014-03-06 12:28:51 PST
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.
Zan Dobersek
Comment 3 2014-03-07 03:13:41 PST
Note You need to log in before you can comment on or make changes to this bug.