Title: [115844] trunk/Source/WebKit2
Revision
115844
Author
[email protected]
Date
2012-05-02 10:03:49 -0700 (Wed, 02 May 2012)

Log Message

Unreviewed. Build fix for Qt port on mac.

* UIProcess/API/qt/qwebnavigationhistory_p.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (115843 => 115844)


--- trunk/Source/WebKit2/ChangeLog	2012-05-02 16:52:02 UTC (rev 115843)
+++ trunk/Source/WebKit2/ChangeLog	2012-05-02 17:03:49 UTC (rev 115844)
@@ -1,3 +1,9 @@
+2012-05-02  Mahesh Kulkarni  <[email protected]>
+
+        Unreviewed. Build fix for Qt port on mac.
+
+        * UIProcess/API/qt/qwebnavigationhistory_p.h:
+
 2012-05-02  Tor Arne Vestbø  <[email protected]>
 
         Make ShareableSurface's ref-counting thread-safe

Modified: trunk/Source/WebKit2/UIProcess/API/qt/qwebnavigationhistory_p.h (115843 => 115844)


--- trunk/Source/WebKit2/UIProcess/API/qt/qwebnavigationhistory_p.h	2012-05-02 16:52:02 UTC (rev 115843)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qwebnavigationhistory_p.h	2012-05-02 17:03:49 UTC (rev 115844)
@@ -31,7 +31,7 @@
 #include <QObject>
 #include <QUrl>
 #include <QVariant>
-#include <qqml.h>
+#include <QtQml/qqml.h>
 
 class QAbstractListModel;
 class QWebNavigationHistoryPrivate;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to