diff options
author | Andrei Popescu <andreip@google.com> | 2009-08-14 15:52:56 +0100 |
---|---|---|
committer | Andrei Popescu <andreip@google.com> | 2009-08-14 15:52:56 +0100 |
commit | fc3566dd8afb671f5f2629103dc98fc790e21a90 (patch) | |
tree | bcdac8ba5c668bf70c901c756f02255c497b2276 /WebCore | |
parent | a8dc31a536c500068911fc79adaf29f051beb34b (diff) | |
download | external_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')
-rw-r--r-- | WebCore/config.h | 10 |
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 |