diff options
author | Andrei Popescu <andreip@google.com> | 2009-07-06 17:46:49 +0100 |
---|---|---|
committer | Andrei Popescu <andreip@google.com> | 2009-07-06 17:46:49 +0100 |
commit | 28ad9e919a4583cd010260c619399fe91e1d8300 (patch) | |
tree | c997accd3511419959e1c9a142f7424ecf3e0cfe | |
parent | 3b6fd2cf054ff15d7b72939b1578e2db05aea7d5 (diff) | |
download | external_webkit-28ad9e919a4583cd010260c619399fe91e1d8300.zip external_webkit-28ad9e919a4583cd010260c619399fe91e1d8300.tar.gz external_webkit-28ad9e919a4583cd010260c619399fe91e1d8300.tar.bz2 |
Unbreak V8 build
-rw-r--r-- | WebCore/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/config.h b/WebCore/config.h index 0611287..1529a9a 100644 --- a/WebCore/config.h +++ b/WebCore/config.h @@ -102,7 +102,11 @@ #undef ENABLE_FTPDIR #define ENABLE_FTPDIR 0 #undef ENABLE_WORKERS +#if USE(V8) +// Workers do not work with V8 yet. +#else #define ENABLE_WORKERS 1 +#endif // ENABLE_V8 #ifndef ENABLE_SVG #define ENABLE_SVG 0 #endif |