Exposes Geolocation at navigator.geolocation for JSC only.
diff --git a/WebCore/Android.derived.mk b/WebCore/Android.derived.mk
index 4a90eef..e2d3e13 100644
--- a/WebCore/Android.derived.mk
+++ b/WebCore/Android.derived.mk
@@ -210,7 +210,7 @@
 			bindings/scripts/generate-bindings.pl \
 		)
 
-FEATURE_DEFINES := ANDROID_ORIENTATION_SUPPORT ENABLE_TOUCH_EVENTS=1 ENABLE_DATABASE=1 ENABLE_OFFLINE_WEB_APPLICATIONS=1 ENABLE_DOM_STORAGE=1 ENABLE_VIDEO=1 ENABLE_WORKERS=1
+FEATURE_DEFINES := ANDROID_ORIENTATION_SUPPORT ENABLE_TOUCH_EVENTS=1 ENABLE_DATABASE=1 ENABLE_OFFLINE_WEB_APPLICATIONS=1 ENABLE_DOM_STORAGE=1 ENABLE_VIDEO=1 ENABLE_WORKERS=1 ENABLE_GEOLOCATION=1
 
 GEN := \
     $(intermediates)/css/JSCSSCharsetRule.h \
diff --git a/WebCore/config.h b/WebCore/config.h
index 551d99f..e7ab49f 100644
--- a/WebCore/config.h
+++ b/WebCore/config.h
@@ -136,11 +136,7 @@
 #define ENABLE_OFFLINE_WEB_APPLICATIONS 1
 #define ENABLE_TOUCH_EVENTS 1
 #undef ENABLE_GEOLOCATION
-#if USE(V8)
-// Geolocation does not work with V8 yet.
-#else
 #define ENABLE_GEOLOCATION 1
-#endif
 #endif  // PLATFORM(ANDROID)
 
 #ifdef __cplusplus