Title: [96720] trunk/Source/WebCore
Revision
96720
Author
[email protected]
Date
2011-10-05 10:39:01 -0700 (Wed, 05 Oct 2011)

Log Message

[GTK] Fix compilation with gtk v2.20.1
https://bugs.webkit.org/show_bug.cgi?id=69418

Unreviewed build fix

Patch by Rémi Duraffort <[email protected]> on 2011-10-05

* platform/gtk/GtkDragAndDropHelper.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (96719 => 96720)


--- trunk/Source/WebCore/ChangeLog	2011-10-05 17:19:55 UTC (rev 96719)
+++ trunk/Source/WebCore/ChangeLog	2011-10-05 17:39:01 UTC (rev 96720)
@@ -1,3 +1,12 @@
+2011-10-05  Rémi Duraffort  <[email protected]>
+
+        [GTK] Fix compilation with gtk v2.20.1
+        https://bugs.webkit.org/show_bug.cgi?id=69418
+
+        Unreviewed build fix
+
+        * platform/gtk/GtkDragAndDropHelper.cpp:
+
 2011-10-05  David Hyatt  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=68731

Modified: trunk/Source/WebCore/platform/gtk/GtkDragAndDropHelper.cpp (96719 => 96720)


--- trunk/Source/WebCore/platform/gtk/GtkDragAndDropHelper.cpp	2011-10-05 17:19:55 UTC (rev 96719)
+++ trunk/Source/WebCore/platform/gtk/GtkDragAndDropHelper.cpp	2011-10-05 17:39:01 UTC (rev 96720)
@@ -22,6 +22,7 @@
 #include "ClipboardUtilitiesGtk.h"
 #include "DragData.h"
 #include "GtkUtilities.h"
+#include "GtkVersioning.h"
 #include "PasteboardHelper.h"
 #include <gtk/gtk.h>
 #include <wtf/PassOwnPtr.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to