Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
index e7dfb0c3e276021d7d66d6ca857a1e50f16de78d..adc284073e0abdf277d4f59940e70c3a83fd5696 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
@@ -113,7 +113,7 @@ v8::Handle<v8::Object> V8TestInterfaceNamedConstructor2::findInstanceInPrototype |
TestInterfaceNamedConstructor2* V8TestInterfaceNamedConstructor2::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) |
{ |
- return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceNamedConstructor2>() : 0; |
+ return hasInstance(value, isolate) ? toImpl(v8::Handle<v8::Object>::Cast(value)) : 0; |
} |