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/blob.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bun.js/bindings/blob.h') diff --git a/src/bun.js/bindings/blob.h b/src/bun.js/bindings/blob.h index 83d6ff3af..51e786ce0 100644 --- a/src/bun.js/bindings/blob.h +++ b/src/bun.js/bindings/blob.h @@ -2,6 +2,7 @@ #include "root.h" #include "JSDOMGlobalObject.h" +#include "BunClientData.h" namespace WebCore { -- cgit v1.2.3