| Index: Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp b/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp
|
| index 17f7f3207ee968f6bf11404bfa0611f13213a831..413d28b8b25ba47f133af76c6ee4107e74a29d3f 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp
|
| @@ -119,9 +119,10 @@ v8::Handle<v8::Object> V8TestInterfaceNotScriptWrappable::findInstanceInPrototyp
|
| return V8PerIsolateData::from(isolate)->findInstanceInPrototypeChain(&wrapperTypeInfo, v8Value);
|
| }
|
|
|
| +
|
| TestInterfaceNotScriptWrappable* V8TestInterfaceNotScriptWrappable::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
|
| {
|
| - return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceNotScriptWrappable>() : 0;
|
| + return hasInstance(value, isolate) ? toImpl(v8::Handle<v8::Object>::Cast(value)) : 0;
|
| }
|
|
|
| v8::Handle<v8::Object> wrap(TestInterfaceNotScriptWrappable* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
|
|