Index: Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp b/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp |
index f68fb12964ea3349c20283bbadbd06f0f5352fc7..d09cb69fd14b461a0fbd55cd03c4af43e8ebb4b3 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp |
@@ -141,7 +141,7 @@ v8::Handle<v8::Object> V8TestInterfaceNotScriptWrappable::createWrapper(PassRefP |
return wrapper; |
installConditionallyEnabledProperties(wrapper, isolate); |
- V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceNotScriptWrappable>(impl, &wrapperTypeInfo, wrapper, isolate); |
+ V8DOMWrapper::associateObjectWithWrapper<V8TestInterfaceNotScriptWrappable>(isolate, impl, &wrapperTypeInfo, wrapper); |
return wrapper; |
} |