From 43c1f17d1f1718d3f6d183801f00fea38f51469c Mon Sep 17 00:00:00 2001 From: Oran Simhony <42851547+oransimhony@users.noreply.github.com> Date: Sun, 31 Jul 2022 22:41:45 +0000 Subject: 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. --- src/bun.js/api/FFI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/api/FFI.h') diff --git a/src/bun.js/api/FFI.h b/src/bun.js/api/FFI.h index 84a2dad83..4ab1f9b1c 100644 --- a/src/bun.js/api/FFI.h +++ b/src/bun.js/api/FFI.h @@ -5,7 +5,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 -- cgit v1.2.3