diff options
Diffstat (limited to 'src/bun.js/bindings/BunObject.h')
-rw-r--r-- | src/bun.js/bindings/BunObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/BunObject.h b/src/bun.js/bindings/BunObject.h index c2abfe06f..f527f5729 100644 --- a/src/bun.js/bindings/BunObject.h +++ b/src/bun.js/bindings/BunObject.h @@ -13,5 +13,5 @@ JSC_DECLARE_HOST_FUNCTION(functionBunNanoseconds); JSC_DECLARE_HOST_FUNCTION(functionPathToFileURL); JSC_DECLARE_HOST_FUNCTION(functionFileURLToPath); -JSC::JSValue createBunObject(Zig::GlobalObject* globalObject); +JSC::JSObject* createBunObject(VM& vm, JSObject* globalObject); } |