| Index: third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/MessagePort.cpp b/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| index 9d83f274ea257ee6b6030de38f7ca5f231622f3d..86b5851754f7b57711ff6c4f4ec97272f9c0c931 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| @@ -78,7 +78,7 @@ void MessagePort::postMessage(ScriptState* script_state,
|
| }
|
| }
|
| MessagePortChannelArray channels = MessagePort::DisentanglePorts(
|
| - script_state->GetExecutionContext(), ports, exception_state);
|
| + ExecutionContext::From(script_state), ports, exception_state);
|
| if (exception_state.HadException())
|
| return;
|
|
|
|
|