summaryrefslogtreecommitdiff
path: root/runtime/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/build.rs')
-rw-r--r--runtime/build.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/build.rs b/runtime/build.rs
index 84418af4e..7d086b045 100644
--- a/runtime/build.rs
+++ b/runtime/build.rs
@@ -42,7 +42,11 @@ fn create_runtime_snapshot(snapshot_path: &Path, files: Vec<PathBuf>) {
deno_console::init(),
deno_url::init(),
deno_web::init(Default::default(), Default::default()),
- deno_fetch::init::<deno_fetch::NoFetchPermissions>("".to_owned(), None),
+ deno_fetch::init::<deno_fetch::NoFetchPermissions>(
+ "".to_owned(),
+ None,
+ None,
+ ),
deno_websocket::init::<deno_websocket::NoWebSocketPermissions>(
"".to_owned(),
None,