diff options
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, |