aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/ffi.test.fixture.callback.c
diff options
context:
space:
mode:
authorGravatar Oran Simhony <42851547+oransimhony@users.noreply.github.com> 2022-07-31 22:41:45 +0000
committerGravatar GitHub <noreply@github.com> 2022-07-31 15:41:45 -0700
commit43c1f17d1f1718d3f6d183801f00fea38f51469c (patch)
tree028ff1098f9f58bdced941d9280e8d639ce1c8ca /test/bun.js/ffi.test.fixture.callback.c
parenta04c29aaf1b6f35b54c2c74709b88837895d8580 (diff)
downloadbun-43c1f17d1f1718d3f6d183801f00fea38f51469c.tar.gz
bun-43c1f17d1f1718d3f6d183801f00fea38f51469c.tar.zst
bun-43c1f17d1f1718d3f6d183801f00fea38f51469c.zip
Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. (#944)
* Fix: move bun, Webkit and zig urls from Jarred-Sumner to oven-sh. * Fix: changed urls from types.d.ts to base bun-types repo.
Diffstat (limited to 'test/bun.js/ffi.test.fixture.callback.c')
-rw-r--r--test/bun.js/ffi.test.fixture.callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/ffi.test.fixture.callback.c b/test/bun.js/ffi.test.fixture.callback.c
index 1a43a098c..3c1a95d47 100644
--- a/test/bun.js/ffi.test.fixture.callback.c
+++ b/test/bun.js/ffi.test.fixture.callback.c
@@ -6,7 +6,7 @@
// clang-format off
// This file is only compatible with 64 bit CPUs
// It must be kept in sync with JSCJSValue.h
-// https://github.com/Jarred-Sumner/WebKit/blob/72c2052b781cbfd4af867ae79ac9de460e392fba/Source/JavaScriptCore/runtime/JSCJSValue.h#L455-L458
+// https://github.com/oven-sh/WebKit/blob/72c2052b781cbfd4af867ae79ac9de460e392fba/Source/JavaScriptCore/runtime/JSCJSValue.h#L455-L458
#ifdef IS_CALLBACK
#define INJECT_BEFORE int c = 500; // This is a callback, so we need to inject code before the call
#endif