aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ZigGlobalObject.cpp
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-11 16:14:53 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-11 16:14:53 -0800
commit27e40b0836f183430e5ac7128d9046c561c07e73 (patch)
treea4dd9b600c0fb49f881169a5996a42085ee86993 /src/bun.js/bindings/ZigGlobalObject.cpp
parentb57f51fda2b8255ff986887c9b975db96277400a (diff)
downloadbun-27e40b0836f183430e5ac7128d9046c561c07e73.tar.gz
bun-27e40b0836f183430e5ac7128d9046c561c07e73.tar.zst
bun-27e40b0836f183430e5ac7128d9046c561c07e73.zip
Update WebKit
cc @cirospaciari you will need to re-download the precompiled WebKit build from the releases page https://github.com/oven-sh/WebKit/releases/tag/dec11 because there is one small WebKit API change. LMK if you have any trouble with that
Diffstat (limited to 'src/bun.js/bindings/ZigGlobalObject.cpp')
-rw-r--r--src/bun.js/bindings/ZigGlobalObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/ZigGlobalObject.cpp b/src/bun.js/bindings/ZigGlobalObject.cpp
index a1a11a1a0..29cf8b56e 100644
--- a/src/bun.js/bindings/ZigGlobalObject.cpp
+++ b/src/bun.js/bindings/ZigGlobalObject.cpp
@@ -207,7 +207,7 @@ extern "C" void JSCInitialize()
JSC::Options::useShadowRealm() = true;
JSC::Options::useResizableArrayBuffer() = true;
JSC::Options::showPrivateScriptsInStackTraces() = true;
- JSC::Options::ensureOptionsAreCoherent();
+ JSC::Options::assertOptionsAreCoherent();
}
}