| Index: third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
|
| diff --git a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
|
| index 01ea434896350639fb8a0d892891f4a7d01a45ad..883b12d63ed8d8e87d8c7b451f3e1a190fc85ff1 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
|
| @@ -160,11 +160,11 @@ class WorkerWebSocketChannel final : public WebSocketChannel {
|
| void disconnect();
|
|
|
| void connectOnMainThread(std::unique_ptr<SourceLocation>,
|
| + RefPtr<WorkerLoaderProxy>,
|
| WorkerThreadLifecycleContext*,
|
| const KURL&,
|
| const String& protocol,
|
| - WebSocketChannelSyncHelper*,
|
| - ExecutionContext*);
|
| + WebSocketChannelSyncHelper*);
|
|
|
| // Returns null when |disconnect| has already been called.
|
| WebSocketChannelClient* client() { return m_client; }
|
|
|