Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
index 5ed5babf27e75a0851ee5fa87e5615c166fe04c5..1ca35dc2f83766d80f5e7561a3d8770d74488a99 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp |
@@ -102,7 +102,7 @@ v8::Handle<v8::Object> V8TestInterfaceConstructor3::findInstanceInPrototypeChain |
TestInterfaceConstructor3* V8TestInterfaceConstructor3::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) |
{ |
- return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceConstructor3>() : 0; |
+ return hasInstance(value, isolate) ? toImpl(v8::Handle<v8::Object>::Cast(value)) : 0; |
} |