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