| Index: Source/modules/websockets/WebSocketHandshake.cpp
|
| diff --git a/Source/modules/websockets/WebSocketHandshake.cpp b/Source/modules/websockets/WebSocketHandshake.cpp
|
| index 08896332160cc77adcc45beddbb3e58a733e6164..24f5cd73f63bd3549fa479ddb358f59ce6f9b403 100644
|
| --- a/Source/modules/websockets/WebSocketHandshake.cpp
|
| +++ b/Source/modules/websockets/WebSocketHandshake.cpp
|
| @@ -39,6 +39,7 @@
|
| #include "core/inspector/ScriptCallStack.h"
|
| #include "core/loader/CookieJar.h"
|
| #include "core/platform/Cookie.h"
|
| +#include "core/platform/HistogramSupport.h"
|
| #include "core/platform/KURL.h"
|
| #include "core/platform/Logging.h"
|
| #include "core/platform/network/HTTPHeaderMap.h"
|
| @@ -131,6 +132,7 @@ WebSocketHandshake::WebSocketHandshake(const KURL& url, const String& protocol,
|
|
|
| WebSocketHandshake::~WebSocketHandshake()
|
| {
|
| + HistogramSupport::histogramEnumeration("WebCore.WebSocket.HandshakeResult", m_mode, WebSocketHandshake::ModeMax);
|
| }
|
|
|
| const KURL& WebSocketHandshake::url() const
|
|
|