From 28ad9e919a4583cd010260c619399fe91e1d8300 Mon Sep 17 00:00:00 2001 From: Andrei Popescu Date: Mon, 6 Jul 2009 17:46:49 +0100 Subject: Unbreak V8 build --- WebCore/config.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.1