Chromium Code Reviews| 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..e46f676e3a3e433b5c17a64afaa26064c612a15f 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>, |
| + PassRefPtr<WorkerLoaderProxy>, |
|
tzik
2017/02/23 05:46:14
PassRefPtr will be removed soon. Can we use RefPtr
kinuko
2017/02/23 07:35:30
Sure. Yay for the deprecation!
Done.
|
| WorkerThreadLifecycleContext*, |
| const KURL&, |
| const String& protocol, |
| - WebSocketChannelSyncHelper*, |
| - ExecutionContext*); |
| + WebSocketChannelSyncHelper*); |
| // Returns null when |disconnect| has already been called. |
| WebSocketChannelClient* client() { return m_client; } |