Title: [115828] trunk/Source/WebKit/qt
- Revision
- 115828
- Author
- [email protected]
- Date
- 2012-05-02 07:18:55 -0700 (Wed, 02 May 2012)
Log Message
[Qt] Buildfix after r115812 for !ENABLE(DEVICE_ORIENTATION) builds.
https://bugs.webkit.org/show_bug.cgi?id=64595
Reviewed by Kenneth Rohde Christiansen.
* Api/qwebpage.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/Api/qwebpage.cpp (115827 => 115828)
--- trunk/Source/WebKit/qt/Api/qwebpage.cpp 2012-05-02 14:10:01 UTC (rev 115827)
+++ trunk/Source/WebKit/qt/Api/qwebpage.cpp 2012-05-02 14:18:55 UTC (rev 115828)
@@ -45,9 +45,11 @@
#include "ContextMenu.h"
#include "ContextMenuClientQt.h"
#include "ContextMenuController.h"
+#if ENABLE(DEVICE_ORIENTATION)
#include "DeviceMotionClientQt.h"
#include "DeviceOrientationClientMock.h"
#include "DeviceOrientationClientQt.h"
+#endif
#include "DocumentLoader.h"
#include "DragClientQt.h"
#include "DragController.h"
Modified: trunk/Source/WebKit/qt/ChangeLog (115827 => 115828)
--- trunk/Source/WebKit/qt/ChangeLog 2012-05-02 14:10:01 UTC (rev 115827)
+++ trunk/Source/WebKit/qt/ChangeLog 2012-05-02 14:18:55 UTC (rev 115828)
@@ -1,3 +1,12 @@
+2012-05-02 Csaba Osztrogonác <[email protected]>
+
+ [Qt] Buildfix after r115812 for !ENABLE(DEVICE_ORIENTATION) builds.
+ https://bugs.webkit.org/show_bug.cgi?id=64595
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ * Api/qwebpage.cpp:
+
2012-04-27 Allan Sandfeld Jensen <[email protected]>
Move WebKit1 specific conversion of touch-events to WebKit1
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes