diff options
Diffstat (limited to 'op_crates/web')
| -rw-r--r-- | op_crates/web/lib.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/op_crates/web/lib.rs b/op_crates/web/lib.rs index 674eddbb2..a1ad31a61 100644 --- a/op_crates/web/lib.rs +++ b/op_crates/web/lib.rs @@ -1,10 +1,10 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. use deno_core::js_check; -use deno_core::CoreIsolate; +use deno_core::JsRuntime; use std::path::PathBuf; -pub fn init(isolate: &mut CoreIsolate) { +pub fn init(isolate: &mut JsRuntime) { let files = vec