summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/v8/V8Index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/v8/V8Index.cpp')
-rw-r--r--WebCore/bindings/v8/V8Index.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/WebCore/bindings/v8/V8Index.cpp b/WebCore/bindings/v8/V8Index.cpp
index 514b851..c6369dd 100644
--- a/WebCore/bindings/v8/V8Index.cpp
+++ b/WebCore/bindings/v8/V8Index.cpp
@@ -435,15 +435,14 @@
#include "V8InspectorBackend.h"
#endif
-#if PLATFORM(ANDROID)
-// TODO: Upstream these guards to webkit.org
-#if ENABLE(GEOLOCATION)
+// Geolocation
#include "V8Coordinates.h"
#include "V8Geolocation.h"
#include "V8Geoposition.h"
#include "V8PositionError.h"
-#endif
+#if PLATFORM(ANDROID)
+// TODO: Upstream these guards to webkit.org
#if ENABLE(TOUCH_EVENTS)
#include "V8Touch.h"
#include "V8TouchList.h"