| Index: third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
|
| diff --git a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
|
| index b12425dd2193e89026659c23047b633e8b1813d1..8c7d9dfd7e578e67f8d3bdf38948a7f78b7ed381 100644
|
| --- a/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
|
| +++ b/third_party/WebKit/Source/modules/websockets/DOMWebSocket.h
|
| @@ -34,7 +34,6 @@
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| #include <memory>
|
| -#include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ArrayBufferViewHelpers.h"
|
| #include "core/dom/SuspendableObject.h"
|
| @@ -45,6 +44,7 @@
|
| #include "modules/websockets/WebSocketChannel.h"
|
| #include "modules/websockets/WebSocketChannelClient.h"
|
| #include "platform/Timer.h"
|
| +#include "platform/bindings/ActiveScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/wtf/Deque.h"
|
|
|