diff options
author | 2022-11-29 23:56:52 -0800 | |
---|---|---|
committer | 2022-11-29 23:56:52 -0800 | |
commit | f999bdca26256b7ad42d93268c34362b251330c2 (patch) | |
tree | 9894939fa5cf30f4d81feee3ceb58da79c9d487d /src/bun.js/bindings/headers-handwritten.h | |
parent | e75ce84c375cf93b52df3d38450a58f4b1a8346c (diff) | |
download | bun-f999bdca26256b7ad42d93268c34362b251330c2.tar.gz bun-f999bdca26256b7ad42d93268c34362b251330c2.tar.zst bun-f999bdca26256b7ad42d93268c34362b251330c2.zip |
:scissors:
Diffstat (limited to 'src/bun.js/bindings/headers-handwritten.h')
-rw-r--r-- | src/bun.js/bindings/headers-handwritten.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bun.js/bindings/headers-handwritten.h b/src/bun.js/bindings/headers-handwritten.h index 9e43f8881..9018615fc 100644 --- a/src/bun.js/bindings/headers-handwritten.h +++ b/src/bun.js/bindings/headers-handwritten.h @@ -273,10 +273,10 @@ extern "C" int64_t Bun__encoding__constructFromUTF16(void*, const UChar* ptr, si bool Bun__deepEquals(JSC::JSGlobalObject* globalObject, JSC::JSValue v1, JSC::JSValue v2, Vector<std::pair<JSC::JSValue, JSC::JSValue>, 16>& stack, JSC::ThrowScope* scope, bool addToStack); -namespace JSC { +namespace Inspector { class ScriptArguments; } -using ScriptArguments = JSC::ScriptArguments; +using ScriptArguments = Inspector::ScriptArguments; #endif |