diff --git a/core/runtime.rs b/core/runtime.rs index dc279de88a..46448d61cc 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -650,8 +650,6 @@ impl JsRuntime { let state = Self::state(self.v8_isolate()); - // Note: create_blob() method must not be called from within a HandleScope. - // TODO(piscisaureus): The rusty_v8 type system should enforce this. state.borrow_mut().global_context.take(); self.inspector.take();