| Index: Source/modules/websockets/WebSocketHandshake.cpp | 
| diff --git a/Source/modules/websockets/WebSocketHandshake.cpp b/Source/modules/websockets/WebSocketHandshake.cpp | 
| index 223c79b4078f4716851a0f571dcbe5399c95b935..08b9b4996ce30930a7b46b8d7da2ffb4262cd1c2 100644 | 
| --- a/Source/modules/websockets/WebSocketHandshake.cpp | 
| +++ b/Source/modules/websockets/WebSocketHandshake.cpp | 
| @@ -42,8 +42,9 @@ | 
| #include "platform/Logging.h" | 
| #include "platform/network/HTTPHeaderMap.h" | 
| #include "platform/network/HTTPParsers.h" | 
| +#include "platform/weborigin/KURL.h" | 
| +#include "platform/weborigin/SecurityOrigin.h" | 
| #include "public/platform/Platform.h" | 
| -#include "weborigin/SecurityOrigin.h" | 
| #include "wtf/CryptographicallyRandomNumber.h" | 
| #include "wtf/SHA1.h" | 
| #include "wtf/StdLibExtras.h" | 
|  |