Last buildfix for Qt after r110595. :)
authorossy@webkit.org <ossy@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 14 Mar 2012 08:55:15 +0000 (08:55 +0000)
committerossy@webkit.org <ossy@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 14 Mar 2012 08:55:15 +0000 (08:55 +0000)
Reviewed by Benjamin Poulain.

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@110677 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit/qt/Api/qwebpage.cpp
Source/WebKit/qt/ChangeLog
Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h

index 3cfb9b1..ac50f74 100644 (file)
 #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"
index 64cb65d..a051ea2 100644 (file)
@@ -1,3 +1,12 @@
+2012-03-14  Csaba Osztrogonác  <ossy@webkit.org>
+
+        Last buildfix for Qt after r110595. :)
+
+        Reviewed by Benjamin Poulain.
+
+        * Api/qwebpage.cpp:
+        * WebCoreSupport/GeolocationClientQt.h:
+
 2012-03-13  Benjamin Poulain  <bpoulain@apple.com>
 
         Attempt to fix QtMinimal bot after r110595
index 4da694b..9d07a91 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef GeolocationClientQt_h
 #define GeolocationClientQt_h
 
-#if ENABLE(GEOLOCATION)
-
 #include "GeolocationClient.h"
 
 #include <QObject>
@@ -78,6 +76,4 @@ private:
 
 } // namespace WebCore
 
-#endif // ENABLE(GEOLOCATION)
-
 #endif // GeolocationClientQt_h