| Index: Source/web/AssertMatchingEnums.cpp
|
| diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
|
| index 2d275a3d86a90b65e722bf4947d9608a8728a292..64a69d0643c6cae3562a5eb8ecd6001f1dc76775 100644
|
| --- a/Source/web/AssertMatchingEnums.cpp
|
| +++ b/Source/web/AssertMatchingEnums.cpp
|
| @@ -67,12 +67,12 @@
|
| #include "core/dom/IconURL.h"
|
| #include "core/editing/TextAffinity.h"
|
| #include "core/fileapi/FileError.h"
|
| +#include "core/frame/ContentSecurityPolicy.h"
|
| #include "core/html/HTMLFormElement.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/shadow/TextControlInnerElements.h"
|
| #include "core/loader/NavigationPolicy.h"
|
| #include "core/loader/appcache/ApplicationCacheHost.h"
|
| -#include "core/frame/ContentSecurityPolicy.h"
|
| #include "core/page/InjectedStyleSheet.h"
|
| #include "core/page/PageVisibilityState.h"
|
| #include "core/page/Settings.h"
|
| @@ -87,8 +87,6 @@
|
| #include "core/platform/mediastream/MediaStreamSource.h"
|
| #include "core/platform/mediastream/RTCDataChannelHandlerClient.h"
|
| #include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h"
|
| -#include "core/platform/network/ResourceLoadPriority.h"
|
| -#include "core/platform/network/ResourceResponse.h"
|
| #include "core/rendering/CompositingReasons.h"
|
| #include "modules/geolocation/GeolocationError.h"
|
| #include "modules/geolocation/GeolocationPosition.h"
|
| @@ -103,6 +101,8 @@
|
| #include "modules/speech/SpeechRecognitionError.h"
|
| #include "platform/FileMetadata.h"
|
| #include "platform/FileSystemType.h"
|
| +#include "platform/network/ResourceLoadPriority.h"
|
| +#include "platform/network/ResourceResponse.h"
|
| #include "platform/text/TextChecking.h"
|
| #include "platform/text/TextDecoration.h"
|
| #include "public/platform/WebClipboard.h"
|
|
|