| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| index 371e345ba7b3bd02c021295bb6ed1acbc70b0ef0..8de16ad95a1bf1599af87bf703cd326ecc8bec7f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| @@ -110,7 +110,7 @@ void V8MessageEvent::initMessageEventMethodCustom(
|
| v8::Local<v8::Value> dataArg = info[3];
|
| TOSTRING_VOID(V8StringResource<>, originArg, info[4]);
|
| TOSTRING_VOID(V8StringResource<>, lastEventIdArg, info[5]);
|
| - DOMWindow* sourceArg = toDOMWindow(info.GetIsolate(), info[6]);
|
| + EventTarget* sourceArg = toEventTarget(info.GetIsolate(), info[6]);
|
| MessagePortArray* portArray = nullptr;
|
| const int portArrayIndex = 7;
|
| if (!isUndefinedOrNull(info[portArrayIndex])) {
|
|
|