Index: third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp |
diff --git a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp |
index 03798a6f5afaaa73465bc41bd10780631807b85d..afacca41d0a619556b3ddb4dfaec8044946b012e 100644 |
--- a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp |
+++ b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp |
@@ -564,7 +564,6 @@ void installOriginTrialsForModules(ScriptState* scriptState) |
V8ServiceWorkerGlobalScope::installDurableStorage(scriptState, global); |
V8WorkerNavigatorPartial::installDurableStorage(scriptState, navigator); |
} |
- originTrialContext->setFeatureBindingsInstalled("DurableStorage"); |
} |
} |