diff options
Diffstat (limited to 'core/runtime.rs')
-rw-r--r-- | core/runtime.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/runtime.rs b/core/runtime.rs index c2c2f4b92..fd884a709 100644 --- a/core/runtime.rs +++ b/core/runtime.rs @@ -662,8 +662,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(); |