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

Unified Diff: Source/modules/websockets/MainThreadWebSocketChannel.h

Issue 14320014: Make the WebSocket fail messages meaningful (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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: Source/modules/websockets/MainThreadWebSocketChannel.h
diff --git a/Source/modules/websockets/MainThreadWebSocketChannel.h b/Source/modules/websockets/MainThreadWebSocketChannel.h
index 18495c729bb06581ae637c8a0490c05e880bdcc2..1ba2794964e5a68530b23638f29555c8c7c8a3e1 100644
--- a/Source/modules/websockets/MainThreadWebSocketChannel.h
+++ b/Source/modules/websockets/MainThreadWebSocketChannel.h
@@ -32,6 +32,7 @@
#define MainThreadWebSocketChannel_h
#include "FileReaderLoaderClient.h"
+#include "ScriptCallFrame.h"
#include "SocketStreamHandleClient.h"
#include "Timer.h"
#include "WebSocketChannel.h"
@@ -198,6 +199,7 @@ private:
OwnPtr<FileReaderLoader> m_blobLoader;
BlobLoaderStatus m_blobLoaderStatus;
+ ScriptCallFrame m_callFrameAtConnection;
WebSocketDeflateFramer m_deflateFramer;
};

Powered by Google App Engine
This is Rietveld 408576698