Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp |
index b5ea3f7c47f5ffecdc71262d4d8041e727e394d6..123c55625b7b730329b791c3d2a7cbccec52bfba 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp |
@@ -30,15 +30,15 @@ |
#include "config.h" |
#include "ServiceWorkerGlobalScope.h" |
-#include "CachePolyfill.h" |
-#include "CacheStoragePolyfill.h" |
-#include "FetchPolyfill.h" |
#include "bindings/v8/ScriptPromise.h" |
#include "bindings/v8/ScriptState.h" |
#include "bindings/v8/V8ThrowException.h" |
#include "core/workers/WorkerClients.h" |
#include "core/workers/WorkerThreadStartupData.h" |
+#include "modules/CachePolyfill.h" |
+#include "modules/CacheStoragePolyfill.h" |
#include "modules/EventTargetModules.h" |
+#include "modules/FetchPolyfill.h" |
#include "modules/serviceworkers/FetchManager.h" |
#include "modules/serviceworkers/Request.h" |
#include "modules/serviceworkers/ServiceWorkerClients.h" |