diff options
author | 2022-03-27 02:42:02 -0700 | |
---|---|---|
committer | 2022-03-27 02:45:30 -0700 | |
commit | 309350e74cf0bf854c0148b627f6df8b5282ad2f (patch) | |
tree | e698660375ef137b1b16b06ba5c474fed18ce65b /src/javascript/jsc/bindings/root.h | |
parent | 0132b7164e956d56bf74dd8c45ad4cf90769961b (diff) | |
download | bun-309350e74cf0bf854c0148b627f6df8b5282ad2f.tar.gz bun-309350e74cf0bf854c0148b627f6df8b5282ad2f.tar.zst bun-309350e74cf0bf854c0148b627f6df8b5282ad2f.zip |
[bun.js] begin the webkit-ing
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 |