diff options
Diffstat (limited to 'src/javascript/jsc/bindings/root.h')
-rw-r--r-- | src/javascript/jsc/bindings/root.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/javascript/jsc/bindings/root.h b/src/javascript/jsc/bindings/root.h index 4577ab0fd..0d120977e 100644 --- a/src/javascript/jsc/bindings/root.h +++ b/src/javascript/jsc/bindings/root.h @@ -40,8 +40,10 @@ #if defined(BUILDING_JavaScriptCore) || defined(STATICALLY_LINKED_WITH_JavaScriptCore) #define JS_EXPORT_PRIVATE WTF_EXPORT_DECLARATION +#define WEBCORE_EXPORT WTF_EXPORT_DECLARATION #else #define JS_EXPORT_PRIVATE WTF_IMPORT_DECLARATION +#define WEBCORE_EXPORT WTF_IMPORT_DECLARATION #endif #endif |