Bug 137872

Summary: [GTK] Remove the factory method from DragAndDropHandler
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, commit-queue, gustavo, mrobinson, svillar
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch svillar: review+

Description Carlos Garcia Campos 2014-10-20 02:44:37 PDT
Use std::make_unique instead.
Comment 1 Carlos Garcia Campos 2014-10-20 02:46:27 PDT
Created attachment 240103 [details]
Patch
Comment 2 Sergio Villar Senin 2014-10-20 02:47:50 PDT
Comment on attachment 240103 [details]
Patch

Yeah
Comment 3 WebKit Commit Bot 2014-10-20 02:48:53 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 4 Carlos Garcia Campos 2014-10-20 02:54:56 PDT
Committed r174881: <http://trac.webkit.org/changeset/174881>