| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| index 8ce4788307f64c43583bdc8be0ac4cd3fd501abb..adefe418c4eda91c2fd49ac6cecd4b65a48282a0 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
|
| @@ -4054,7 +4054,7 @@ static void voidMethodEventTargetArgMethod(const v8::FunctionCallbackInfo<v8::Va
|
| }
|
|
|
| EventTarget* eventTargetArg;
|
| - eventTargetArg = toEventTarget(info.GetIsolate(), info[0]);
|
| + eventTargetArg = V8EventTarget::toImplWithTypeCheck(info.GetIsolate(), info[0]);
|
| if (!eventTargetArg) {
|
| V8ThrowException::throwTypeError(info.GetIsolate(), ExceptionMessages::failedToExecute("voidMethodEventTargetArg", "TestObject", "parameter 1 is not of type 'EventTarget'."));
|
|
|
|
|