Index: Source/bindings/tests/results/core/V8TestTypedefs.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestTypedefs.cpp b/Source/bindings/tests/results/core/V8TestTypedefs.cpp |
index 4933371ff62d1152d2fe017b317352969991a949..b77e887ccf8c7063e983c71b6d3b1647998274d0 100644 |
--- a/Source/bindings/tests/results/core/V8TestTypedefs.cpp |
+++ b/Source/bindings/tests/results/core/V8TestTypedefs.cpp |
@@ -364,7 +364,6 @@ TestTypedefs* V8TestTypedefs::toImplWithTypeCheck(v8::Isolate* isolate, v8::Hand |
return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestTypedefs>() : 0; |
} |
- |
void V8TestTypedefs::refObject(ScriptWrappableBase* internalPointer) |
{ |
internalPointer->toImpl<TestTypedefs>()->ref(); |