Index: Source/bindings/tests/results/core/V8TestException.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestException.cpp b/Source/bindings/tests/results/core/V8TestException.cpp |
index a502f107402e63e2ebb4b4fb920313e3cf98be7e..12028b1905b4bee8554aaf41f6c90830a01ff495 100644 |
--- a/Source/bindings/tests/results/core/V8TestException.cpp |
+++ b/Source/bindings/tests/results/core/V8TestException.cpp |
@@ -124,7 +124,6 @@ TestException* V8TestException::toImplWithTypeCheck(v8::Isolate* isolate, v8::Ha |
return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestException>() : 0; |
} |
- |
void V8TestException::refObject(ScriptWrappableBase* internalPointer) |
{ |
internalPointer->toImpl<TestException>()->ref(); |