| Index: Source/bindings/core/v8/V8WindowShell.cpp
|
| diff --git a/Source/bindings/core/v8/V8WindowShell.cpp b/Source/bindings/core/v8/V8WindowShell.cpp
|
| index 4752819463edce8f8798f64bdde65d5b4a3d7eff..aca331ce94f3eaa2c86de78f6736c3c8213dbd0f 100644
|
| --- a/Source/bindings/core/v8/V8WindowShell.cpp
|
| +++ b/Source/bindings/core/v8/V8WindowShell.cpp
|
| @@ -284,7 +284,7 @@
|
| if (windowWrapper.IsEmpty())
|
| return false;
|
|
|
| - V8Window::installConditionallyEnabledProperties(windowWrapper, m_isolate);
|
| + V8Window::installPerContextEnabledProperties(windowWrapper, window, m_isolate);
|
|
|
| V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object>::Cast(windowWrapper->GetPrototype()), &V8Window::wrapperTypeInfo, window);
|
|
|
|
|