Index: Source/bindings/tests/results/core/V8TestSpecialOperations.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp b/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp |
index 3ebd41088ef1b1355353ce03892499317d73feaf..71430e0435d7c97cfa6f17420eb923b186cd2933 100644 |
--- a/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp |
+++ b/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp |
@@ -200,7 +200,6 @@ TestSpecialOperations* V8TestSpecialOperations::toImplWithTypeCheck(v8::Isolate* |
return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestSpecialOperations>() : 0; |
} |
- |
void V8TestSpecialOperations::refObject(ScriptWrappableBase* internalPointer) |
{ |
internalPointer->toImpl<TestSpecialOperations>()->ref(); |