Title: [98325] trunk/Source/WebKit2
Revision
98325
Author
[email protected]
Date
2011-10-25 01:19:54 -0700 (Tue, 25 Oct 2011)

Log Message

[WK2]Critical warning while building WebKit2 GTK+
https://bugs.webkit.org/show_bug.cgi?id=70591

Patch by Vamshikrishna Yellenki <[email protected]> on 2011-10-25
Reviewed by Martin Robinson.

* WebProcess/WebPage/WebPage.cpp: Included DataObjectGtk.h to avoid warnings for GTK

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (98324 => 98325)


--- trunk/Source/WebKit2/ChangeLog	2011-10-25 07:06:07 UTC (rev 98324)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-25 08:19:54 UTC (rev 98325)
@@ -1,3 +1,12 @@
+2011-10-25  Vamshikrishna Yellenki  <[email protected]>
+
+        [WK2]Critical warning while building WebKit2 GTK+
+        https://bugs.webkit.org/show_bug.cgi?id=70591
+
+        Reviewed by Martin Robinson.
+
+        * WebProcess/WebPage/WebPage.cpp: Included DataObjectGtk.h to avoid warnings for GTK
+
 2011-10-24  Sam Weinig  <[email protected]>
 
         Simplify url accessors on WKBrowsingContextController

Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp (98324 => 98325)


--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp	2011-10-25 07:06:07 UTC (rev 98324)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp	2011-10-25 08:19:54 UTC (rev 98325)
@@ -128,6 +128,10 @@
 #include <QMimeData>
 #endif
 
+#if PLATFORM(GTK)
+#include "DataObjectGtk.h"
+#endif
+
 #ifndef NDEBUG
 #include <wtf/RefCountedLeakCounter.h>
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to