diff options
Diffstat (limited to 'runtime/js/06_util.js')
-rw-r--r-- | runtime/js/06_util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/06_util.js b/runtime/js/06_util.js index 6ad1b3ce1..435a55a61 100644 --- a/runtime/js/06_util.js +++ b/runtime/js/06_util.js @@ -11,7 +11,7 @@ const { TypeError, } = primordials; import { build } from "internal:runtime/js/01_build.js"; -import { URLPrototype } from "internal:ext/url/00_url.js"; +import { URLPrototype } from "internal:deno_url/00_url.js"; let logDebug = false; let logSource = "JS"; |