| 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 883b12d63ed8d8e87d8c7b451f3e1a190fc85ff1..55340a15e9a5dad58018bd7be8239d8f6ed73ca9 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
|
| @@ -49,7 +49,7 @@ namespace blink {
|
|
|
| class BlobDataHandle;
|
| class KURL;
|
| -class ExecutionContext;
|
| +class ThreadableLoadingContext;
|
| class WebSocketChannelSyncHelper;
|
| class WorkerGlobalScope;
|
| class WorkerLoaderProxy;
|
| @@ -100,7 +100,7 @@ class WorkerWebSocketChannel final : public WebSocketChannel {
|
| ~Peer() override;
|
|
|
| // SourceLocation parameter may be shown when the connection fails.
|
| - bool initialize(std::unique_ptr<SourceLocation>, ExecutionContext*);
|
| + bool initialize(std::unique_ptr<SourceLocation>, ThreadableLoadingContext*);
|
|
|
| bool connect(const KURL&, const String& protocol);
|
| void sendTextAsCharVector(std::unique_ptr<Vector<char>>);
|
|
|