Index: Source/bindings/core/v8/V8WindowShell.cpp |
diff --git a/Source/bindings/core/v8/V8WindowShell.cpp b/Source/bindings/core/v8/V8WindowShell.cpp |
index f653af25e29d0e06b480e021eb88c8de01f0a6e1..afb5fb3e15c605fb6ef825743d04699bb2c0a18f 100644 |
--- a/Source/bindings/core/v8/V8WindowShell.cpp |
+++ b/Source/bindings/core/v8/V8WindowShell.cpp |
@@ -310,7 +310,7 @@ bool V8WindowShell::installDOMWindow() |
V8DOMWrapper::setNativeInfoForHiddenWrapper(innerGlobalObject, &V8Window::wrapperTypeInfo, V8Window::toInternalPointer(window)); |
innerGlobalObject->SetPrototype(windowWrapper); |
V8DOMWrapper::associateObjectWithWrapper<V8Window>(PassRefPtrWillBeRawPtr<LocalDOMWindow>(window), &V8Window::wrapperTypeInfo, windowWrapper, m_isolate, WrapperConfiguration::Dependent); |
- V8Window::installPerContextEnabledProperties(windowWrapper, window, m_isolate); |
+ V8Window::installConditionallyEnabledProperties(windowWrapper, m_isolate); |
return true; |
} |