summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-05-12 15:42:00 +0100
committerSteve Block <steveblock@google.com>2010-05-12 15:42:58 +0100
commit511e69237e7cee3336082d0f4909ff6c38cc5d7a (patch)
treeed9c385c8cee8df92cfa2df788ba4dfec673c7fd /WebCore
parentcae38efe66aa87d4dbcc096e0d59574e6f7122d7 (diff)
downloadexternal_webkit-511e69237e7cee3336082d0f4909ff6c38cc5d7a.zip
external_webkit-511e69237e7cee3336082d0f4909ff6c38cc5d7a.tar.gz
external_webkit-511e69237e7cee3336082d0f4909ff6c38cc5d7a.tar.bz2
Split the V8 FEATURE_DEFINES onto two lines to ease comparison with the list for JSC
Change-Id: I142c9198785dd18ac9b727a42564b27036548958
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/Android.derived.v8bindings.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/Android.derived.v8bindings.mk b/WebCore/Android.derived.v8bindings.mk
index 8d99043..efc4ebf 100644
--- a/WebCore/Android.derived.v8bindings.mk
+++ b/WebCore/Android.derived.v8bindings.mk
@@ -31,7 +31,8 @@ js_binding_scripts := \
$(LOCAL_PATH)/bindings/scripts/generate-bindings.pl
# Add ACCELERATED_COMPOSITING=1 and ENABLE_3D_RENDERING=1 for layers support
-FEATURE_DEFINES := ENABLE_ORIENTATION_EVENTS=1 ENABLE_TOUCH_EVENTS=1 V8_BINDING ENABLE_DATABASE=1 ENABLE_OFFLINE_WEB_APPLICATIONS=1 ENABLE_DOM_STORAGE=1 ENABLE_VIDEO=1 ENABLE_GEOLOCATION=1 ENABLE_CONNECTION=1 ENABLE_APPLICATION_INSTALLED=1 ENABLE_XPATH=1 ENABLE_XSLT=1
+FEATURE_DEFINES := ENABLE_ORIENTATION_EVENTS=1 ENABLE_TOUCH_EVENTS=1 ENABLE_DATABASE=1 ENABLE_OFFLINE_WEB_APPLICATIONS=1 ENABLE_DOM_STORAGE=1 ENABLE_VIDEO=1 ENABLE_GEOLOCATION=1 ENABLE_CONNECTION=1 ENABLE_APPLICATION_INSTALLED=1 ENABLE_XPATH=1 ENABLE_XSLT=1
+FEATURE_DEFINES += V8_BINDING
# CSS
GEN := \