Index: Source/web/WebKit.cpp |
diff --git a/Source/web/WebKit.cpp b/Source/web/WebKit.cpp |
index 2a57d16291e44587b30b734d74a5f75e380e8f32..5b15c6df6ccb5b76ff9c4d3f673da98faaac24ff 100644 |
--- a/Source/web/WebKit.cpp |
+++ b/Source/web/WebKit.cpp |
@@ -41,11 +41,14 @@ |
#include "core/dom/Microtask.h" |
#include "core/page/Page.h" |
#include "core/page/Settings.h" |
+#include "core/workers/WorkerGlobalScopeProxy.h" |
#include "platform/LayoutTestSupport.h" |
#include "platform/Logging.h" |
-#include "core/platform/graphics/ImageDecodingStore.h" |
-#include "core/workers/WorkerGlobalScopeProxy.h" |
+#include "platform/graphics/ImageDecodingStore.h" |
#include "platform/graphics/media/MediaPlayer.h" |
+#include "public/platform/Platform.h" |
+#include "public/platform/WebPrerenderingSupport.h" |
+#include "public/platform/WebThread.h" |
#include "wtf/Assertions.h" |
#include "wtf/CryptographicallyRandomNumber.h" |
#include "wtf/MainThread.h" |
@@ -53,9 +56,6 @@ |
#include "wtf/WTF.h" |
#include "wtf/text/AtomicString.h" |
#include "wtf/text/TextEncoding.h" |
-#include "public/platform/Platform.h" |
-#include "public/platform/WebPrerenderingSupport.h" |
-#include "public/platform/WebThread.h" |
#include <v8.h> |
namespace blink { |