From e55dee7fd894f705a0268a4734b00197021f0617 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Sat, 19 Mar 2022 13:57:37 +0100 Subject: refactor: cleanup assert() & AssertionError definitions (#13859) --- runtime/js/13_buffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/js/13_buffer.js') diff --git a/runtime/js/13_buffer.js b/runtime/js/13_buffer.js index d62092010..49d7a1cdd 100644 --- a/runtime/js/13_buffer.js +++ b/runtime/js/13_buffer.js @@ -6,7 +6,7 @@ "use strict"; ((window) => { - const { assert } = window.__bootstrap.util; + const { assert } = window.__bootstrap.infra; const { TypedArrayPrototypeSubarray, TypedArrayPrototypeSlice, -- cgit v1.2.3