Changeset 230156 in webkit


Ignore:
Timestamp:
Apr 2, 2018 7:42:33 AM (6 years ago)
Author:
Michael Catanzaro
Message:

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

Reviewed by Daniel Bates.

  • UIProcess/gtk/DragAndDropHandler.cpp:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r230153 r230156  
     12018-04-02  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK] DragAndDropHandler.cpp should include GUniquePtrGtk.h
     4        https://bugs.webkit.org/show_bug.cgi?id=184119
     5
     6        Reviewed by Daniel Bates.
     7
     8        * UIProcess/gtk/DragAndDropHandler.cpp:
     9
    1102018-04-02  Frederic Wang  <fwang@igalia.com>
    211
  • trunk/Source/WebKit/UIProcess/gtk/DragAndDropHandler.cpp

    r228373 r230156  
    3232#include <WebCore/DragData.h>
    3333#include <WebCore/GRefPtrGtk.h>
     34#include <WebCore/GUniquePtrGtk.h>
    3435#include <WebCore/GtkUtilities.h>
    3536#include <WebCore/PasteboardHelper.h>
    3637#include <wtf/RunLoop.h>
    37 #include <wtf/glib/GUniquePtr.h>
    3838
    3939namespace WebKit {
Note: See TracChangeset for help on using the changeset viewer.