Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp

Issue 2640823004: Allow origin trials to be enabled by script (Closed)
Patch Set: Address nit Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp b/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp
index b8e036990940bd6c1bcb5e18aee2afcea3b8871c..f7875a4d3e85f5adaaa45908b83c30028e2cb795 100644
--- a/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp
@@ -123,7 +123,7 @@ void LocalWindowProxy::initialize() {
// If conditional features for window have been queued before the V8 context
// was ready, then inject them into the context now
if (m_world->isMainWorld()) {
- installPendingConditionalFeaturesOnWindow(m_scriptState.get());
+ installConditionalFeaturesOnWindow(m_scriptState.get());
}
if (m_world->isMainWorld())

Powered by Google App Engine
This is Rietveld 408576698