Index: Source/web/WebSharedWorkerImpl.cpp |
diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp |
index 2d4a0ef08b396d868e2e0bf722e9535f81311bf3..ac6d7069f343c3175685570f64621c55804083a7 100644 |
--- a/Source/web/WebSharedWorkerImpl.cpp |
+++ b/Source/web/WebSharedWorkerImpl.cpp |
@@ -31,7 +31,6 @@ |
#include "config.h" |
#include "web/WebSharedWorkerImpl.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "core/dom/CrossThreadTask.h" |
#include "core/dom/Document.h" |
#include "core/events/MessageEvent.h" |
@@ -49,6 +48,7 @@ |
#include "core/workers/WorkerScriptLoader.h" |
#include "core/workers/WorkerThreadStartupData.h" |
#include "modules/webdatabase/DatabaseTask.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/heap/Handle.h" |
#include "platform/network/ContentSecurityPolicyParsers.h" |
#include "platform/network/ResourceResponse.h" |