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

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

Issue 2273483003: [WONT COMMIT] WebSocket: Signal when worker thread lifecycle context is destroyed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c33f5ac0f167b97c6bc46c7e590295886a17e558..8160932f7ed9a8c5e93f34f003345b382070b997 100644
--- a/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
+++ b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
@@ -49,6 +49,7 @@ namespace blink {
class BlobDataHandle;
class KURL;
+class DocumentWebSocketChannel;
class ExecutionContext;
class ExecutionContextTask;
class WebSocketChannelSyncHelper;
@@ -122,7 +123,7 @@ public:
private:
CrossThreadWeakPersistent<Bridge> m_bridge;
RefPtr<WorkerLoaderProxy> m_loaderProxy;
- Member<WebSocketChannel> m_mainWebSocketChannel;
+ Member<DocumentWebSocketChannel> m_mainWebSocketChannel;
yhirano 2016/08/23 04:51:48 Just out of curiosity, is this change needed?
nhiroki 2016/08/23 04:56:45 Not needed. This is just for improving readability
Member<WebSocketChannelSyncHelper> m_syncHelper;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698