diff options
Diffstat (limited to 'ext/web/15_performance.js')
-rw-r--r-- | ext/web/15_performance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/15_performance.js b/ext/web/15_performance.js index 4527ff00c..4a5b42ef6 100644 --- a/ext/web/15_performance.js +++ b/ext/web/15_performance.js @@ -1,6 +1,6 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -const primordials = globalThis.__bootstrap.primordials; +import { primordials } from "ext:core/mod.js"; const { ArrayPrototypeFilter, ArrayPrototypeFind, |