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+

Description Zan Dobersek 2014-03-04 01:49:02 PST
Move GTK WebKit1 code to std::unique_ptr
Comment 1 Zan Dobersek 2014-03-04 01:50:24 PST
Created attachment 225763 [details]
Patch
Comment 2 Anders Carlsson 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.
Comment 3 Zan Dobersek 2014-03-07 03:13:41 PST
Committed r165253: <http://trac.webkit.org/changeset/165253>