| Index: Source/bindings/v8/V8WindowShell.cpp
|
| diff --git a/Source/bindings/v8/V8WindowShell.cpp b/Source/bindings/v8/V8WindowShell.cpp
|
| index c1ae9d6e09ee39697df80306c0c86edd31aca80d..46d8184c77aa62d333b35f3dcdcc2aa4bd9d88ca 100644
|
| --- a/Source/bindings/v8/V8WindowShell.cpp
|
| +++ b/Source/bindings/v8/V8WindowShell.cpp
|
| @@ -308,7 +308,7 @@ bool V8WindowShell::installDOMWindow()
|
| if (windowWrapper.IsEmpty())
|
| return false;
|
|
|
| - V8Window::installPerContextProperties(windowWrapper, window, m_isolate);
|
| + V8Window::installPerContextEnabledProperties(windowWrapper, window, m_isolate);
|
|
|
| V8DOMWrapper::setNativeInfo(v8::Handle<v8::Object>::Cast(windowWrapper->GetPrototype()), &V8Window::info, window);
|
|
|
|
|