Index: Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
index f439d130e5d73bcc34fa8abb51d91aae0689b5df..075aebe03fad35444a2f51108dccaa69b8abdfb9 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp |
@@ -258,7 +258,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) |
} |
v8::Handle<v8::Object> wrapper = info.Holder(); |
- event->associateWithWrapper(&V8TestInterfaceEventConstructor::wrapperTypeInfo, wrapper, info.GetIsolate()); |
+ event->associateWithWrapper(info.GetIsolate(), &V8TestInterfaceEventConstructor::wrapperTypeInfo, wrapper); |
v8SetReturnValue(info, wrapper); |
} |