Index: Source/bindings/templates/methods.cpp |
diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp |
index b84b780cd6af3a7f3225ed897ac8c67ca070c6cb..3dbf0470bebddd1c3295fd7c56c427b5423ff18a 100644 |
--- a/Source/bindings/templates/methods.cpp |
+++ b/Source/bindings/templates/methods.cpp |
@@ -573,7 +573,7 @@ static void {{name}}(const v8::FunctionCallbackInfo<v8::Value>& info) |
if constructor.is_named_constructor else |
'') %} |
v8::Handle<v8::Object> wrapper = info.Holder(); |
-impl->associateWithWrapper(&{{constructor_class}}::wrapperTypeInfo, wrapper, info.GetIsolate()); |
+impl->associateWithWrapper(info.GetIsolate(), &{{constructor_class}}::wrapperTypeInfo, wrapper); |
v8SetReturnValue(info, wrapper); |
{% endmacro %} |