| Index: third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| index c6e64dff110ae55686643307996126b5b8dbe073..8350cd00efcc084397cf1d607f03edd147651e7a 100644
|
| --- a/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp
|
| @@ -32,7 +32,7 @@ void InProcessWorkerBase::postMessage(ExecutionContext* context,
|
| ExceptionState& exceptionState) {
|
| DCHECK(m_contextProxy);
|
| // Disentangle the port in preparation for sending it to the remote context.
|
| - std::unique_ptr<MessagePortChannelArray> channels =
|
| + MessagePortChannelArray channels =
|
| MessagePort::disentanglePorts(context, ports, exceptionState);
|
| if (exceptionState.hadException())
|
| return;
|
|
|