Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
index 6e72ae180bd38a50767f83d67b1d54e50b6df064..1ebb3c33465da58bb3a5121192ed31601aa77374 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
@@ -116,7 +116,6 @@ TestInterfaceNamedConstructor2* V8TestInterfaceNamedConstructor2::toImplWithType |
return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceNamedConstructor2>() : 0; |
} |
- |
void V8TestInterfaceNamedConstructor2::refObject(ScriptWrappableBase* internalPointer) |
{ |
internalPointer->toImpl<TestInterfaceNamedConstructor2>()->ref(); |