| Index: Source/modules/websockets/WebSocketHandshake.cpp
|
| diff --git a/Source/modules/websockets/WebSocketHandshake.cpp b/Source/modules/websockets/WebSocketHandshake.cpp
|
| index 3590eb138111c765933993ce7b82b61b5fb6303d..00a3f67726d50edb0b9215834a8b9de17d0959af 100644
|
| --- a/Source/modules/websockets/WebSocketHandshake.cpp
|
| +++ b/Source/modules/websockets/WebSocketHandshake.cpp
|
| @@ -40,9 +40,9 @@
|
| #include "core/loader/CookieJar.h"
|
| #include "core/platform/Cookie.h"
|
| #include "core/platform/HistogramSupport.h"
|
| -#include "core/platform/network/HTTPParsers.h"
|
| #include "platform/Logging.h"
|
| #include "platform/network/HTTPHeaderMap.h"
|
| +#include "platform/network/HTTPParsers.h"
|
| #include "weborigin/KURL.h"
|
| #include "weborigin/SecurityOrigin.h"
|
| #include "wtf/CryptographicallyRandomNumber.h"
|
|
|