diff options
Diffstat (limited to 'WebCore/websockets/WebSocketHandshake.cpp')
-rw-r--r-- | WebCore/websockets/WebSocketHandshake.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/websockets/WebSocketHandshake.cpp b/WebCore/websockets/WebSocketHandshake.cpp index 7711604..effbb67 100644 --- a/WebCore/websockets/WebSocketHandshake.cpp +++ b/WebCore/websockets/WebSocketHandshake.cpp @@ -34,7 +34,6 @@ #include "WebSocketHandshake.h" -#include "AtomicString.h" #include "CharacterNames.h" #include "Cookie.h" #include "CookieJar.h" @@ -51,6 +50,7 @@ #include <wtf/StdLibExtras.h> #include <wtf/StringExtras.h> #include <wtf/Vector.h> +#include <wtf/text/AtomicString.h> #include <wtf/text/CString.h> namespace WebCore { |