diff options
Diffstat (limited to 'WebCore/config.h')
-rw-r--r-- | WebCore/config.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/WebCore/config.h b/WebCore/config.h index e7ab49f..24a4e6a 100644 --- a/WebCore/config.h +++ b/WebCore/config.h @@ -101,14 +101,10 @@ #define ENABLE_DOM_STORAGE 1 #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 +#undef ENABLE_WORKERS +#define ENABLE_WORKERS 1 #endif #if ENABLE_SVG #if !defined(ENABLE_SVG_ANIMATION) |