| Index: third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.cpp b/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| index 6a8dfce87f09f396c2f9ec1faacd5ba37d160dc2..3d6ecea886255e4a9009cc1e6836f61918311bc5 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| @@ -185,9 +185,8 @@ void DOMWindow::postMessage(PassRefPtr<SerializedScriptValue> message,
|
| }
|
| }
|
|
|
| - std::unique_ptr<MessagePortChannelArray> channels =
|
| - MessagePort::disentanglePorts(getExecutionContext(), ports,
|
| - exceptionState);
|
| + MessagePortChannelArray channels = MessagePort::disentanglePorts(
|
| + getExecutionContext(), ports, exceptionState);
|
| if (exceptionState.hadException())
|
| return;
|
|
|
|
|