Title: [110677] trunk/Source/WebKit/qt
Revision
110677
Author
[email protected]
Date
2012-03-14 01:55:15 -0700 (Wed, 14 Mar 2012)

Log Message

Last buildfix for Qt after r110595. :)

Reviewed by Benjamin Poulain.

* Api/qwebpage.cpp:
* WebCoreSupport/GeolocationClientQt.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/Api/qwebpage.cpp (110676 => 110677)


--- trunk/Source/WebKit/qt/Api/qwebpage.cpp	2012-03-14 08:52:35 UTC (rev 110676)
+++ trunk/Source/WebKit/qt/Api/qwebpage.cpp	2012-03-14 08:55:15 UTC (rev 110677)
@@ -64,8 +64,10 @@
 #include "FrameLoaderClientQt.h"
 #include "FrameTree.h"
 #include "FrameView.h"
+#if ENABLE(GEOLOCATION)
 #include "GeolocationClientMock.h"
 #include "GeolocationClientQt.h"
+#endif
 #include "GeolocationPermissionClientQt.h"
 #include "HTMLFormElement.h"
 #include "HTMLFrameOwnerElement.h"

Modified: trunk/Source/WebKit/qt/ChangeLog (110676 => 110677)


--- trunk/Source/WebKit/qt/ChangeLog	2012-03-14 08:52:35 UTC (rev 110676)
+++ trunk/Source/WebKit/qt/ChangeLog	2012-03-14 08:55:15 UTC (rev 110677)
@@ -1,3 +1,12 @@
+2012-03-14  Csaba Osztrogonác  <[email protected]>
+
+        Last buildfix for Qt after r110595. :)
+
+        Reviewed by Benjamin Poulain.
+
+        * Api/qwebpage.cpp:
+        * WebCoreSupport/GeolocationClientQt.h:
+
 2012-03-13  Benjamin Poulain  <[email protected]>
 
         Attempt to fix QtMinimal bot after r110595

Modified: trunk/Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h (110676 => 110677)


--- trunk/Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h	2012-03-14 08:52:35 UTC (rev 110676)
+++ trunk/Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h	2012-03-14 08:55:15 UTC (rev 110677)
@@ -26,8 +26,6 @@
 #ifndef GeolocationClientQt_h
 #define GeolocationClientQt_h
 
-#if ENABLE(GEOLOCATION)
-
 #include "GeolocationClient.h"
 
 #include <QObject>
@@ -78,6 +76,4 @@
 
 } // namespace WebCore
 
-#endif // ENABLE(GEOLOCATION)
-
 #endif // GeolocationClientQt_h
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to