Index: Source/bindings/core/v8/WindowProxy.cpp |
diff --git a/Source/bindings/core/v8/WindowProxy.cpp b/Source/bindings/core/v8/WindowProxy.cpp |
index fa2928e3336b7c58a8ce62a200d03d8bb59b955a..5b3cf06ff00c9d984043e1030d18741b6c9f99fc 100644 |
--- a/Source/bindings/core/v8/WindowProxy.cpp |
+++ b/Source/bindings/core/v8/WindowProxy.cpp |
@@ -314,7 +314,7 @@ bool WindowProxy::installDOMWindow() |
v8::Handle<v8::Object> innerGlobalObject = toInnerGlobalObject(m_scriptState->context()); |
V8DOMWrapper::setNativeInfo(innerGlobalObject, wrapperTypeInfo, window->toScriptWrappableBase()); |
innerGlobalObject->SetPrototype(windowWrapper); |
- V8DOMWrapper::associateObjectWithWrapperNonTemplate(window, wrapperTypeInfo, windowWrapper, m_isolate); |
+ V8DOMWrapper::associateObjectWithWrapperNonTemplate(m_isolate, window, wrapperTypeInfo, windowWrapper); |
wrapperTypeInfo->installConditionallyEnabledProperties(windowWrapper, m_isolate); |
return true; |
} |