Title: [230424] releases/WebKitGTK/webkit-2.20/Source/WebKit
Revision
230424
Author
carlo...@webkit.org
Date
2018-04-09 06:33:18 -0700 (Mon, 09 Apr 2018)

Log Message

Merge r230156 - [GTK] DragAndDropHandler.cpp should include GUniquePtrGtk.h
https://bugs.webkit.org/show_bug.cgi?id=184119

Reviewed by Daniel Bates.

* UIProcess/gtk/DragAndDropHandler.cpp:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog (230423 => 230424)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-04-09 13:33:13 UTC (rev 230423)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/ChangeLog	2018-04-09 13:33:18 UTC (rev 230424)
@@ -1,3 +1,12 @@
+2018-04-02  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK] DragAndDropHandler.cpp should include GUniquePtrGtk.h
+        https://bugs.webkit.org/show_bug.cgi?id=184119
+
+        Reviewed by Daniel Bates.
+
+        * UIProcess/gtk/DragAndDropHandler.cpp:
+
 2018-03-29  Brian Burg  <bb...@apple.com>
 
         Web Automation: clipToViewport is ignored for element screenshots

Modified: releases/WebKitGTK/webkit-2.20/Source/WebKit/UIProcess/gtk/DragAndDropHandler.cpp (230423 => 230424)


--- releases/WebKitGTK/webkit-2.20/Source/WebKit/UIProcess/gtk/DragAndDropHandler.cpp	2018-04-09 13:33:13 UTC (rev 230423)
+++ releases/WebKitGTK/webkit-2.20/Source/WebKit/UIProcess/gtk/DragAndDropHandler.cpp	2018-04-09 13:33:18 UTC (rev 230424)
@@ -31,10 +31,10 @@
 #include "WebPageProxy.h"
 #include <WebCore/DragData.h>
 #include <WebCore/GRefPtrGtk.h>
+#include <WebCore/GUniquePtrGtk.h>
 #include <WebCore/GtkUtilities.h>
 #include <WebCore/PasteboardHelper.h>
 #include <wtf/RunLoop.h>
-#include <wtf/glib/GUniquePtr.h>
 
 namespace WebKit {
 using namespace WebCore;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to