summaryrefslogtreecommitdiffstats
path: root/WebCore/config.h
diff options
context:
space:
mode:
authorAndrei Popescu <andreip@google.com>2009-08-14 15:52:56 +0100
committerAndrei Popescu <andreip@google.com>2009-08-14 15:52:56 +0100
commitfc3566dd8afb671f5f2629103dc98fc790e21a90 (patch)
treebcdac8ba5c668bf70c901c756f02255c497b2276 /WebCore/config.h
parenta8dc31a536c500068911fc79adaf29f051beb34b (diff)
downloadexternal_webkit-fc3566dd8afb671f5f2629103dc98fc790e21a90.zip
external_webkit-fc3566dd8afb671f5f2629103dc98fc790e21a90.tar.gz
external_webkit-fc3566dd8afb671f5f2629103dc98fc790e21a90.tar.bz2
Fix ReadWriteLock class problem. Will upstream this asap
Diffstat (limited to 'WebCore/config.h')
-rw-r--r--WebCore/config.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/WebCore/config.h b/WebCore/config.h
index 84fd08f..a9fa934 100644
--- a/WebCore/config.h
+++ b/WebCore/config.h
@@ -103,10 +103,12 @@
#define ENABLE_FTPDIR 0
#ifndef ENABLE_SVG
#define ENABLE_SVG 0
-#undef ENABLE_WORKERS
-#define ENABLE_WORKERS 1
#undef ENABLE_V8_LOCKERS
#define ENABLE_V8_LOCKERS 1
+#undef ENABLE_VIDEO
+#define ENABLE_VIDEO 1
+#undef ENABLE_WORKERS
+#define ENABLE_WORKERS 1
#endif
#if ENABLE_SVG
#if !defined(ENABLE_SVG_ANIMATION)
@@ -125,10 +127,6 @@
#define ENABLE_XPATH 0
#define ENABLE_XSLT 0
-#ifndef ENABLE_VIDEO
-#define ENABLE_VIDEO 1
-#endif
-
#undef ENABLE_ARCHIVE
#define ENABLE_ARCHIVE 0 // ANDROID addition: allow web archive to be disabled
#define ENABLE_OFFLINE_WEB_APPLICATIONS 1