| Index: Source/modules/websockets/WebSocketHandshake.cpp
|
| diff --git a/Source/modules/websockets/WebSocketHandshake.cpp b/Source/modules/websockets/WebSocketHandshake.cpp
|
| index ea4213a8fc1b5bc0feeaf8ab7bcf4d9b6da3d9bb..223c79b4078f4716851a0f571dcbe5399c95b935 100644
|
| --- a/Source/modules/websockets/WebSocketHandshake.cpp
|
| +++ b/Source/modules/websockets/WebSocketHandshake.cpp
|
| @@ -43,7 +43,6 @@
|
| #include "platform/network/HTTPHeaderMap.h"
|
| #include "platform/network/HTTPParsers.h"
|
| #include "public/platform/Platform.h"
|
| -#include "weborigin/KURL.h"
|
| #include "weborigin/SecurityOrigin.h"
|
| #include "wtf/CryptographicallyRandomNumber.h"
|
| #include "wtf/SHA1.h"
|
| @@ -53,7 +52,6 @@
|
| #include "wtf/text/Base64.h"
|
| #include "wtf/text/CString.h"
|
| #include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include "wtf/unicode/CharacterNames.h"
|
|
|
| namespace WebCore {
|
|
|