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-cpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bun.js/bindings/headers-cpp.h') diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index dafdaed17..2b9349144 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1679200292 +//-- AUTOGENERATED FILE -- 1681365101 // clang-format off #pragma once -- cgit v1.2.3