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()) |