| Index: Source/bindings/core/v8/ScriptWrappable.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptWrappable.cpp b/Source/bindings/core/v8/ScriptWrappable.cpp
|
| index 33017270a097d5cc0c399775390c720cb2c65c0c..c1e8473b22513b1464586760ea474d2d45c35155 100644
|
| --- a/Source/bindings/core/v8/ScriptWrappable.cpp
|
| +++ b/Source/bindings/core/v8/ScriptWrappable.cpp
|
| @@ -67,7 +67,7 @@ v8::Handle<v8::Object> ScriptWrappable::wrap(v8::Handle<v8::Object> creationCont
|
|
|
| v8::Handle<v8::Object> ScriptWrappable::associateWithWrapper(const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate)
|
| {
|
| - return V8DOMWrapper::associateObjectWithWrapperNonTemplate(this, wrapperTypeInfo, wrapper, isolate);
|
| + return V8DOMWrapper::associateObjectWithWrapperNonTemplate(isolate, this, wrapperTypeInfo, wrapper);
|
| }
|
|
|
| } // namespace blink
|
|
|