Index: Source/bindings/tests/results/core/V8SVGTestInterface.cpp |
diff --git a/Source/bindings/tests/results/core/V8SVGTestInterface.cpp b/Source/bindings/tests/results/core/V8SVGTestInterface.cpp |
index 88afb6970044744c892b2948f28e05285f49cb80..7ef5086fd6b42a77fa9bf5cefe59dd421c752d7b 100644 |
--- a/Source/bindings/tests/results/core/V8SVGTestInterface.cpp |
+++ b/Source/bindings/tests/results/core/V8SVGTestInterface.cpp |
@@ -107,7 +107,6 @@ SVGTestInterface* V8SVGTestInterface::toImplWithTypeCheck(v8::Isolate* isolate, |
return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<SVGTestInterface>() : 0; |
} |
- |
void V8SVGTestInterface::refObject(ScriptWrappableBase* internalPointer) |
{ |
internalPointer->toImpl<SVGTestInterface>()->ref(); |