| Index: Source/core/platform/graphics/FontFallbackList.h
|
| diff --git a/Source/core/platform/graphics/FontFallbackList.h b/Source/core/platform/graphics/FontFallbackList.h
|
| index 9f4a4d3657c4fdaf4cdc15357eabac4640e9c93f..8bda9d5a1415448ccf7e1dd0889d64e596ec0d19 100644
|
| --- a/Source/core/platform/graphics/FontFallbackList.h
|
| +++ b/Source/core/platform/graphics/FontFallbackList.h
|
| @@ -21,9 +21,9 @@
|
| #ifndef FontFallbackList_h
|
| #define FontFallbackList_h
|
|
|
| -#include "core/platform/graphics/FontSelector.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| #include "core/platform/graphics/WidthCache.h"
|
| +#include "platform/fonts/FontSelector.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/MainThread.h"
|
|
|
|
|