diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-03-19 13:57:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 13:57:37 +0100 |
commit | e55dee7fd894f705a0268a4734b00197021f0617 (patch) | |
tree | f6232128259430ba943da2c1d9ade6ad17697adc /runtime/js/13_buffer.js | |
parent | ad8e2383487e8ef4f15e7b86df80f6dc98fdcc79 (diff) |
refactor: cleanup assert() & AssertionError definitions (#13859)
Diffstat (limited to 'runtime/js/13_buffer.js')
-rw-r--r-- | runtime/js/13_buffer.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |