summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/chromium/GeolocationServiceChromium.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/chromium/GeolocationServiceChromium.cpp')
-rw-r--r--WebCore/platform/chromium/GeolocationServiceChromium.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/chromium/GeolocationServiceChromium.cpp b/WebCore/platform/chromium/GeolocationServiceChromium.cpp
index b64f5eb..c5e73ae 100644
--- a/WebCore/platform/chromium/GeolocationServiceChromium.cpp
+++ b/WebCore/platform/chromium/GeolocationServiceChromium.cpp
@@ -33,6 +33,10 @@
#include "ChromiumBridge.h"
+#if ENABLE(CLIENT_BASED_GEOLOCATION)
+#error "This file should not be compiled when ENABLE(CLIENT_BASED_GEOLOCATION)"
+#endif // ENABLE(CLIENT_BASED_GEOLOCATION)
+
namespace WebCore {
GeolocationServiceBridge::~GeolocationServiceBridge()