Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp |
index 38fc55b68c2d664994d25a9d9f4fa5d9231cf386..c7ffa5860ceab45aa6bd77a745d5959e09c9b67e 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp |
@@ -335,7 +335,6 @@ TestInterfaceConstructor* V8TestInterfaceConstructor::toImplWithTypeCheck(v8::Is |
return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceConstructor>() : 0; |
} |
- |
void V8TestInterfaceConstructor::refObject(ScriptWrappableBase* internalPointer) |
{ |
internalPointer->toImpl<TestInterfaceConstructor>()->ref(); |