| Index: third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp | 
| diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp | 
| index b763bb59b21934b5a6b8b8a4f95c5328c4a35724..a53796118520b08a523743eb65b8579ff3db114f 100644 | 
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp | 
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp | 
| @@ -89,7 +89,7 @@ void DedicatedWorkerGlobalScope::postMessage( | 
| const MessagePortArray& ports, | 
| ExceptionState& exceptionState) { | 
| // 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; | 
|  |