summaryrefslogtreecommitdiff
path: root/runtime/web_worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/web_worker.rs')
-rw-r--r--runtime/web_worker.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/web_worker.rs b/runtime/web_worker.rs
index cce69fabb..f07ecd27f 100644
--- a/runtime/web_worker.rs
+++ b/runtime/web_worker.rs
@@ -376,7 +376,6 @@ impl WebWorker {
state.put::<PermissionsContainer>(permissions.clone());
state.put(ops::UnstableChecker { unstable });
state.put(ops::TestingFeaturesEnabled(enable_testing_features));
- Ok(())
})
.build();
let create_cache = options.cache_storage_dir.map(|storage_dir| {