Bug 129675

Summary: Move GTK WebKit1 code to std::unique_ptr
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128007    
Attachments:
Description Flags
Patch andersca: review+

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.