Bug 137872 - [GTK] Remove the factory method from DragAndDropHandler
Summary: [GTK] Remove the factory method from DragAndDropHandler
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-10-20 02:44 PDT by Carlos Garcia Campos
Modified: 2014-10-20 02:54 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.12 KB, patch)
2014-10-20 02:46 PDT, Carlos Garcia Campos
svillar: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>