Title: [110610] trunk/Source/WebKit/qt
Revision
110610
Author
[email protected]
Date
2012-03-13 14:30:18 -0700 (Tue, 13 Mar 2012)

Log Message

Attempt to fix QtMinimal bot after r110595

Patch by Benjamin Poulain <[email protected]> on 2012-03-13

* Api/qwebpage.cpp:
(QWebPagePrivate::QWebPagePrivate):

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/Api/qwebpage.cpp (110609 => 110610)


--- trunk/Source/WebKit/qt/Api/qwebpage.cpp	2012-03-13 21:22:04 UTC (rev 110609)
+++ trunk/Source/WebKit/qt/Api/qwebpage.cpp	2012-03-13 21:30:18 UTC (rev 110610)
@@ -312,7 +312,9 @@
     , inspectorIsInternalOnly(false)
     , m_lastDropAction(Qt::IgnoreAction)
 {
+#if ENABLE(GEOLOCATION) || ENABLE(DEVICE_ORIENTATION)
     bool useMock = QWebPagePrivate::drtRun;
+#endif
 
     WebCore::initializeWebCoreQt();
 

Modified: trunk/Source/WebKit/qt/ChangeLog (110609 => 110610)


--- trunk/Source/WebKit/qt/ChangeLog	2012-03-13 21:22:04 UTC (rev 110609)
+++ trunk/Source/WebKit/qt/ChangeLog	2012-03-13 21:30:18 UTC (rev 110610)
@@ -1,5 +1,12 @@
 2012-03-13  Benjamin Poulain  <[email protected]>
 
+        Attempt to fix QtMinimal bot after r110595
+
+        * Api/qwebpage.cpp:
+        (QWebPagePrivate::QWebPagePrivate):
+
+2012-03-13  Benjamin Poulain  <[email protected]>
+
         Another attempt at fixing QtMinimal bot after r110595
 
         Blind fix, unreviewed.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to