diff options
Diffstat (limited to 'Source/JavaScriptCore/config.h')
-rw-r--r-- | Source/JavaScriptCore/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/config.h b/Source/JavaScriptCore/config.h index 1e49c96bf..7f7eda0f1 100644 --- a/Source/JavaScriptCore/config.h +++ b/Source/JavaScriptCore/config.h @@ -69,12 +69,7 @@ #include <wtf/FastMalloc.h> #endif -// this breaks compilation of <QFontDatabase>, at least, so turn it off for now -// Also generates errors on wx on Windows and QNX, because these functions -// are used from wx and QNX headers. -#if !PLATFORM(QT) && !PLATFORM(WX) && !OS(QNX) #include <wtf/DisallowCType.h> -#endif #if COMPILER(MSVC) #define SKIP_STATIC_CONSTRUCTORS_ON_MSVC 1 |