diff options
Diffstat (limited to 'WebCore/config.h')
-rw-r--r-- | WebCore/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/config.h b/WebCore/config.h index c46a53c..6e20614 100644 --- a/WebCore/config.h +++ b/WebCore/config.h @@ -302,7 +302,9 @@ #endif /* !defined(WTF_USE_V8) */ /* Using V8 implies not using JSC and vice versa */ +#if !defined(WTF_USE_JSC) #define WTF_USE_JSC !WTF_USE_V8 +#endif #if PLATFORM(CG) #ifndef CGFLOAT_DEFINED |