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

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

Issue 2709193002: WorkerLoaderProxy: stop accessing cross-thread execution context (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 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; }

Powered by Google App Engine
This is Rietveld 408576698