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

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: Fix a test expectation 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 83c83a6fe13f371c25a652943c3eab311534469a..4f5a49917142e54611ae8f2af3aec7e043770e05 100644
--- a/Source/modules/websockets/MainThreadWebSocketChannel.h
+++ b/Source/modules/websockets/MainThreadWebSocketChannel.h
@@ -32,6 +32,7 @@
#define MainThreadWebSocketChannel_h
#include "core/fileapi/FileReaderLoaderClient.h"
+#include "core/inspector/ScriptCallFrame.h"
#include "core/platform/Timer.h"
#include "core/platform/network/SocketStreamHandleClient.h"
#include "modules/websockets/WebSocketChannel.h"
@@ -197,6 +198,7 @@ private:
OwnPtr<FileReaderLoader> m_blobLoader;
BlobLoaderStatus m_blobLoaderStatus;
+ ScriptCallFrame m_callFrameAtConnection;
WebSocketDeflateFramer m_deflateFramer;
};

Powered by Google App Engine
This is Rietveld 408576698