| 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..d7b32a1b3584d6546fa4b96e2e97bda3528b01d8 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
|
| @@ -95,9 +95,9 @@ void V8MessageEvent::dataAttributeGetterCustom(
|
|
|
| void V8MessageEvent::initMessageEventMethodCustom(
|
| const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| - ExceptionState exceptionState(ExceptionState::ExecutionContext,
|
| - "initMessageEvent", "MessageEvent",
|
| - info.Holder(), info.GetIsolate());
|
| + ExceptionState exceptionState(info.GetIsolate(),
|
| + ExceptionState::ExecutionContext,
|
| + "MessageEvent", "initMessageEvent");
|
| MessageEvent* event = V8MessageEvent::toImpl(info.Holder());
|
| TOSTRING_VOID(V8StringResource<>, typeArg, info[0]);
|
| bool canBubbleArg = false;
|
|
|