Index: Source/bindings/tests/results/core/V8TestObject.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestObject.cpp b/Source/bindings/tests/results/core/V8TestObject.cpp |
index c2ce1858fd9fd1968886a20136d6174ab85de177..f99687b83d6d3b759113e651653035ef1f507099 100644 |
--- a/Source/bindings/tests/results/core/V8TestObject.cpp |
+++ b/Source/bindings/tests/results/core/V8TestObject.cpp |
@@ -4461,7 +4461,7 @@ static void typeCheckingInterfaceTestInterfaceAttributeAttributeSetter(v8::Local |
return; |
} |
TestObject* impl = V8TestObject::toImpl(holder); |
- TestInterfaceImplementation* cppValue = V8TestInterface::toImplWithTypeCheck(info.GetIsolate(), v8Value); |
+ TestInterfaceImplementation* cppValue = V8TestInterface::toImpl(v8::Handle<v8::Object>::Cast(v8Value)); |
impl->setTypeCheckingInterfaceTestInterfaceAttribute(WTF::getPtr(cppValue)); |
} |