Index: Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp |
diff --git a/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp b/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp |
index bb39f5c5281fda2a9b2fef87d2158f03a26bce29..33c269519e1d6e4b6cc7c6bc0d3f49f1b1dd2c3a 100644 |
--- a/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp |
+++ b/Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp |
@@ -32,7 +32,6 @@ |
#include "modules/websockets/WorkerThreadableWebSocketChannel.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "bindings/v8/ScriptCallStackFactory.h" |
#include "core/dom/CrossThreadTask.h" |
#include "core/dom/Document.h" |
@@ -46,6 +45,7 @@ |
#include "modules/websockets/MainThreadWebSocketChannel.h" |
#include "modules/websockets/NewWebSocketChannelImpl.h" |
#include "modules/websockets/ThreadableWebSocketChannelClientWrapper.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebWaitableEvent.h" |
#include "wtf/ArrayBuffer.h" |