| 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..63a8078add76709a6767aa1d0f64eba12d8861d6 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| @@ -100,9 +100,10 @@ v8::Handle<v8::Object> V8TestInterfaceConstructor3::findInstanceInPrototypeChain
|
| return V8PerIsolateData::from(isolate)->findInstanceInPrototypeChain(&wrapperTypeInfo, v8Value);
|
| }
|
|
|
| +
|
| 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;
|
| }
|
|
|
|
|
|
|