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

Log Message

Another attempt at fixing QtMinimal bot after r110595

Blind fix, unreviewed.

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

* WebCoreSupport/GeolocationClientQt.h:

Modified Paths

Diff

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


--- trunk/Source/WebKit/qt/ChangeLog	2012-03-13 21:18:25 UTC (rev 110608)
+++ trunk/Source/WebKit/qt/ChangeLog	2012-03-13 21:22:04 UTC (rev 110609)
@@ -1,5 +1,13 @@
 2012-03-13  Benjamin Poulain  <[email protected]>
 
+        Another attempt at fixing QtMinimal bot after r110595
+
+        Blind fix, unreviewed.
+
+        * WebCoreSupport/GeolocationClientQt.h:
+
+2012-03-13  Benjamin Poulain  <[email protected]>
+
         Attempt to fix QtMinimal bot after r110595
 
         Blind fix, unreviewed.

Modified: trunk/Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h (110608 => 110609)


--- trunk/Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h	2012-03-13 21:18:25 UTC (rev 110608)
+++ trunk/Source/WebKit/qt/WebCoreSupport/GeolocationClientQt.h	2012-03-13 21:22:04 UTC (rev 110609)
@@ -26,6 +26,8 @@
 #ifndef GeolocationClientQt_h
 #define GeolocationClientQt_h
 
+#if ENABLE(GEOLOCATION)
+
 #include "GeolocationClient.h"
 
 #include <QObject>
@@ -76,4 +78,6 @@
 
 } // 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