Title: [125037] trunk/Tools
Revision
125037
Author
[email protected]
Date
2012-08-08 08:10:14 -0700 (Wed, 08 Aug 2012)

Log Message

Unreviewed. Fix GTK+ build with GTK2 after r121475.

* TestWebKitAPI/Tests/gtk/InputMethodFilter.cpp: Add missing
include required when building with GTK2.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (125036 => 125037)


--- trunk/Tools/ChangeLog	2012-08-08 14:41:39 UTC (rev 125036)
+++ trunk/Tools/ChangeLog	2012-08-08 15:10:14 UTC (rev 125037)
@@ -1,3 +1,10 @@
+2012-08-08  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix GTK+ build with GTK2 after r121475.
+
+        * TestWebKitAPI/Tests/gtk/InputMethodFilter.cpp: Add missing
+        include required when building with GTK2.
+
 2012-08-08  Mikhail Pozdnyakov  <[email protected]>
 
         [WK2] [WTR] Provide Resource Response dumping.

Modified: trunk/Tools/TestWebKitAPI/Tests/gtk/InputMethodFilter.cpp (125036 => 125037)


--- trunk/Tools/TestWebKitAPI/Tests/gtk/InputMethodFilter.cpp	2012-08-08 14:41:39 UTC (rev 125036)
+++ trunk/Tools/TestWebKitAPI/Tests/gtk/InputMethodFilter.cpp	2012-08-08 15:10:14 UTC (rev 125037)
@@ -27,6 +27,7 @@
 
 #include "GtkInputMethodFilter.h"
 #include "WTFStringUtilities.h"
+#include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
 #include <wtf/gobject/GOwnPtr.h>
 #include <wtf/gobject/GRefPtr.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to