From aeb3bb949b0052d0573bef507f1b66bbcf4f3dc0 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 13 Apr 2023 04:11:12 -0700 Subject: Upgrade WebKit (#2643) * Missing export * Regenerate builtins * Fix crash in require() * Various breaking JSC changes * hopefully speed up C++ compilation a little * Skip failing test fo rnow * Update WebKit * Add a comment * Fix error in postinstall * Update WebKit --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- src/bun.js/bindings/headers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/bindings/headers.h') diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index 5c727f397..fbf902a8a 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1679530947 +//-- AUTOGENERATED FILE -- 1681365101 #pragma once #include -- cgit v1.2.3