Another attempt at fixing QtMinimal bot after r110595
authorbenjamin@webkit.org <benjamin@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 13 Mar 2012 21:22:04 +0000 (21:22 +0000)
committerbenjamin@webkit.org <benjamin@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 13 Mar 2012 21:22:04 +0000 (21:22 +0000)
Blind fix, unreviewed.

Patch by Benjamin Poulain <bpoulain@apple.com> on 2012-03-13

* WebCoreSupport/GeolocationClientQt.h:

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

Source/WebKit/qt/ChangeLog
Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h

index 5752f5a..a63b577 100644 (file)
@@ -1,5 +1,13 @@
 2012-03-13  Benjamin Poulain  <bpoulain@apple.com>
 
+        Another attempt at fixing QtMinimal bot after r110595
+
+        Blind fix, unreviewed.
+
+        * WebCoreSupport/GeolocationClientQt.h:
+
+2012-03-13  Benjamin Poulain  <bpoulain@apple.com>
+
         Attempt to fix QtMinimal bot after r110595
 
         Blind fix, unreviewed.
index 9d07a91..4da694b 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef GeolocationClientQt_h
 #define GeolocationClientQt_h
 
+#if ENABLE(GEOLOCATION)
+
 #include "GeolocationClient.h"
 
 #include <QObject>
@@ -76,4 +78,6 @@ private:
 
 } // namespace WebCore
 
+#endif // ENABLE(GEOLOCATION)
+
 #endif // GeolocationClientQt_h