Index: Source/bindings/tests/results/V8TestNode.cpp |
diff --git a/Source/bindings/tests/results/V8TestNode.cpp b/Source/bindings/tests/results/V8TestNode.cpp |
index 7af83bfcd92f4eaa8cf0f30206b3ed428add8f1d..df7aded5f1f49a17784ac3f70f76c3a594960b25 100644 |
--- a/Source/bindings/tests/results/V8TestNode.cpp |
+++ b/Source/bindings/tests/results/V8TestNode.cpp |
@@ -170,7 +170,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) |
{ |
RefPtrWillBeRawPtr<TestNode> impl = TestNode::create(); |
v8::Handle<v8::Object> wrapper = info.Holder(); |
- V8DOMWrapper::associateObjectWithWrapper<V8TestNode>(impl.release(), &V8TestNode::wrapperTypeInfo, wrapper, info.GetIsolate()); |
+ impl.get()->associateWithWrapper(&V8TestNode::wrapperTypeInfo, wrapper, info.GetIsolate()); |
v8SetReturnValue(info, wrapper); |
} |