| Index: Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp b/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| index 71136a7e6c8d66ff33499a7c5c5c6b3e355817f8..db261f49c88766b00b7685a66f1c136b0173bea8 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
|
| @@ -67,7 +67,7 @@ v8::Handle<v8::Object> V8TestInterfaceDocument::findInstanceInPrototypeChain(v8:
|
|
|
| TestInterfaceDocument* V8TestInterfaceDocument::toImplWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value)
|
| {
|
| - return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceDocument>() : 0;
|
| + return hasInstance(value, isolate) ? toImpl(v8::Handle<v8::Object>::Cast(value)) : 0;
|
| }
|
|
|
| EventTarget* V8TestInterfaceDocument::toEventTarget(v8::Handle<v8::Object> object)
|
|
|