Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(937)

Unified Diff: third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h

Issue 2715803004: Introduce ThreadableLoadingContext: make threaded loading code one step away from Document (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>>);

Powered by Google App Engine
This is Rietveld 408576698