| 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 99d3222bc316012403fcf1cc22c7b1b58c019419..5d5a2edd2f8cae0003a6875277ac3035f50410b3 100644
|
| --- a/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/MessagePort.cpp
|
| @@ -76,9 +76,8 @@ void MessagePort::postMessage(ScriptState* scriptState,
|
| return;
|
| }
|
| }
|
| - MessagePortChannelArray channels =
|
| - MessagePort::disentanglePorts(scriptState->getExecutionContext(), ports,
|
| - exceptionState);
|
| + MessagePortChannelArray channels = MessagePort::disentanglePorts(
|
| + scriptState->getExecutionContext(), ports, exceptionState);
|
| if (exceptionState.hadException())
|
| return;
|
|
|
|
|