Index: Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp b/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp |
index 13af51cd936c0ccccacb25d1e5626a6b08c3a35c..cee5eab2192e3614ab1f896a16ad6b5058baf8d1 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp |
@@ -70,7 +70,6 @@ TestInterfaceEmpty* V8TestInterfaceEmpty::toImplWithTypeCheck(v8::Isolate* isola |
return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceEmpty>() : 0; |
} |
- |
void V8TestInterfaceEmpty::refObject(ScriptWrappableBase* internalPointer) |
{ |
internalPointer->toImpl<TestInterfaceEmpty>()->ref(); |