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