Title: [88538] trunk/Source/WebKit/qt
- Revision
- 88538
- Author
- [email protected]
- Date
- 2011-06-10 04:31:23 -0700 (Fri, 10 Jun 2011)
Log Message
2011-06-10 Andreas Kling <[email protected]>
Reviewed by Benjamin Poulain.
[Qt] Fix 'headers' autotest when building inside Qt.
https://bugs.webkit.org/show_bug.cgi?id=62449
* Api/qwebkitplatformplugin.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/Api/qwebkitplatformplugin.h (88537 => 88538)
--- trunk/Source/WebKit/qt/Api/qwebkitplatformplugin.h 2011-06-10 11:30:19 UTC (rev 88537)
+++ trunk/Source/WebKit/qt/Api/qwebkitplatformplugin.h 2011-06-10 11:31:23 UTC (rev 88538)
@@ -26,12 +26,12 @@
* and may be changed from version to version or even be completely removed.
*/
-#include <QColor>
#include <QObject>
#include <QUrl>
#if defined(WTF_USE_QT_MULTIMEDIA) && WTF_USE_QT_MULTIMEDIA
#include <QMediaPlayer>
#endif
+#include <QtGui/QColor>
class QWebSelectData {
public:
Modified: trunk/Source/WebKit/qt/ChangeLog (88537 => 88538)
--- trunk/Source/WebKit/qt/ChangeLog 2011-06-10 11:30:19 UTC (rev 88537)
+++ trunk/Source/WebKit/qt/ChangeLog 2011-06-10 11:31:23 UTC (rev 88538)
@@ -1,3 +1,12 @@
+2011-06-10 Andreas Kling <[email protected]>
+
+ Reviewed by Benjamin Poulain.
+
+ [Qt] Fix 'headers' autotest when building inside Qt.
+ https://bugs.webkit.org/show_bug.cgi?id=62449
+
+ * Api/qwebkitplatformplugin.h:
+
2011-06-10 Laszlo Gombos <[email protected]>
Reviewed by Kenneth Rohde Christiansen.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes