aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/BunObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/bindings/BunObject.h')
-rw-r--r--src/bun.js/bindings/BunObject.h2
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);
}