Index: Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
index 031766e8073f8ab9154665dd50d6d54ead1d7e37..02e1ee45f988557714d03fee9773f4250e14a6d6 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp |
@@ -89,7 +89,6 @@ TestInterfaceCustomConstructor* V8TestInterfaceCustomConstructor::toImplWithType |
return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceCustomConstructor>() : 0; |
} |
- |
void V8TestInterfaceCustomConstructor::refObject(ScriptWrappableBase* internalPointer) |
{ |
internalPointer->toImpl<TestInterfaceCustomConstructor>()->ref(); |