Index: Source/core/html/parser/XSSAuditor.cpp |
diff --git a/Source/core/html/parser/XSSAuditor.cpp b/Source/core/html/parser/XSSAuditor.cpp |
index 948a24fe24e775504c4898fd5b8d05524d76adb5..5b6da26d8783df0113d11da1387ee2b67646f8eb 100644 |
--- a/Source/core/html/parser/XSSAuditor.cpp |
+++ b/Source/core/html/parser/XSSAuditor.cpp |
@@ -32,16 +32,16 @@ |
#include "XLinkNames.h" |
#include "core/dom/Document.h" |
#include "core/fetch/TextResourceDecoder.h" |
+#include "core/frame/ContentSecurityPolicy.h" |
+#include "core/frame/Frame.h" |
#include "core/html/HTMLParamElement.h" |
#include "core/html/parser/HTMLDocumentParser.h" |
#include "core/html/parser/HTMLParserIdioms.h" |
#include "core/html/parser/XSSAuditorDelegate.h" |
#include "core/loader/DocumentLoader.h" |
-#include "core/frame/ContentSecurityPolicy.h" |
-#include "core/frame/Frame.h" |
#include "core/page/Settings.h" |
-#include "core/platform/network/FormData.h" |
#include "platform/JSONValues.h" |
+#include "platform/network/FormData.h" |
#include "platform/text/DecodeEscapeSequences.h" |
#include "weborigin/KURL.h" |
#include "wtf/MainThread.h" |