Title: [87902] trunk/Source/WebKit/qt
Revision
87902
Author
[email protected]
Date
2011-06-02 05:55:03 -0700 (Thu, 02 Jun 2011)

Log Message

2011-06-02  Andreas Kling  <[email protected]>

        Unreviewed build fix.

        To support building namespaced Qt, we require that forward-declarations
        of Qt classes be wrapped in QT_BEGIN_NAMESPACE and QT_END_NAMESPACE.

        * WebCoreSupport/DumpRenderTreeSupportQt.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (87901 => 87902)


--- trunk/Source/WebKit/qt/ChangeLog	2011-06-02 12:52:37 UTC (rev 87901)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-06-02 12:55:03 UTC (rev 87902)
@@ -1,3 +1,12 @@
+2011-06-02  Andreas Kling  <[email protected]>
+
+        Unreviewed build fix.
+
+        To support building namespaced Qt, we require that forward-declarations
+        of Qt classes be wrapped in QT_BEGIN_NAMESPACE and QT_END_NAMESPACE.
+
+        * WebCoreSupport/DumpRenderTreeSupportQt.h:
+
 2011-06-01  Caio Marcelo de Oliveira Filho  <[email protected]>
 
         Reviewed by Kenneth Rohde Christiansen.

Modified: trunk/Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h (87901 => 87902)


--- trunk/Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h	2011-06-02 12:52:37 UTC (rev 87901)
+++ trunk/Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h	2011-06-02 12:55:03 UTC (rev 87902)
@@ -46,12 +46,14 @@
 }
 #endif
 
+QT_BEGIN_NAMESPACE
 class QWebElement;
 class QWebFrame;
 class QWebPage;
 class QWebHistoryItem;
 class QWebScriptWorld;
 class QUrl;
+QT_END_NAMESPACE
 
 extern QMap<int, QWebScriptWorld*> m_worldMap;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to