| Index: Source/web/AssertMatchingEnums.cpp
|
| diff --git a/Source/web/AssertMatchingEnums.cpp b/Source/web/AssertMatchingEnums.cpp
|
| index c77a51cf8fc896b1d8f433174d1198bb0321c61c..c3452a0a9e9f3f6215d62114e30a84281f6106c5 100644
|
| --- a/Source/web/AssertMatchingEnums.cpp
|
| +++ b/Source/web/AssertMatchingEnums.cpp
|
| @@ -78,8 +78,6 @@
|
| #include "core/page/Settings.h"
|
| #include "core/platform/Cursor.h"
|
| #include "core/platform/graphics/ContentDecryptionModuleSession.h"
|
| -#include "core/platform/graphics/FontDescription.h"
|
| -#include "core/platform/graphics/FontSmoothingMode.h"
|
| #include "core/platform/graphics/InbandTextTrackPrivate.h"
|
| #include "core/platform/graphics/MediaPlayer.h"
|
| #include "core/platform/graphics/MediaSourcePrivate.h"
|
| @@ -101,6 +99,8 @@
|
| #include "modules/speech/SpeechRecognitionError.h"
|
| #include "platform/FileMetadata.h"
|
| #include "platform/FileSystemType.h"
|
| +#include "platform/fonts/FontDescription.h"
|
| +#include "platform/fonts/FontSmoothingMode.h"
|
| #include "platform/network/ResourceLoadPriority.h"
|
| #include "platform/network/ResourceResponse.h"
|
| #include "platform/text/TextChecking.h"
|
|
|