From 8922639c1dc48a8b1ed6910bfe62306d9178d70b Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Fri, 30 Apr 2021 14:13:23 +0200 Subject: refactor(core.js): provide window.__bootstrap (#10423) --- op_crates/url/benches/url_ops.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'op_crates/url') diff --git a/op_crates/url/benches/url_ops.rs b/op_crates/url/benches/url_ops.rs index 8d5498540..18b2f300e 100644 --- a/op_crates/url/benches/url_ops.rs +++ b/op_crates/url/benches/url_ops.rs @@ -10,13 +10,6 @@ fn create_js_runtime() -> JsRuntime { ..Default::default() }); - runtime - .execute( - "bootstrap", - "globalThis.__bootstrap = (globalThis.__bootstrap || {});", - ) - .unwrap(); - runtime.init_extension_js().unwrap(); runtime.init_extension_ops().unwrap(); -- cgit v1.2.3