Title: [92841] trunk/Source/WebCore
Revision
92841
Author
[email protected]
Date
2011-08-11 05:45:44 -0700 (Thu, 11 Aug 2011)

Log Message

Unreviewed build fix for Qt.

Make sure we build when Qt is namespaced.

* platform/graphics/gstreamer/PlatformVideoWindowPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92840 => 92841)


--- trunk/Source/WebCore/ChangeLog	2011-08-11 12:44:15 UTC (rev 92840)
+++ trunk/Source/WebCore/ChangeLog	2011-08-11 12:45:44 UTC (rev 92841)
@@ -1,3 +1,11 @@
+2011-08-11  Alexis Menard  <[email protected]>
+
+        Unreviewed build fix for Qt.
+
+        Make sure we build when Qt is namespaced.
+
+        * platform/graphics/gstreamer/PlatformVideoWindowPrivate.h:
+
 2011-08-11  Pavel Podivilov  <[email protected]>
 
         Web Inspector: use source-file-replaced instead of source-file-changed event.

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h (92840 => 92841)


--- trunk/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h	2011-08-11 12:44:15 UTC (rev 92840)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/PlatformVideoWindowPrivate.h	2011-08-11 12:45:44 UTC (rev 92841)
@@ -23,7 +23,9 @@
 #include <QTimer>
 #include <QWidget>
 
+QT_BEGIN_NAMESPACE
 class QKeyEvent;
+QT_END_NAMESPACE
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to