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