| Index: Source/core/svg/SVGGlyphMap.h
|
| diff --git a/Source/core/svg/SVGGlyphMap.h b/Source/core/svg/SVGGlyphMap.h
|
| index 237f01782201a5d23a6893776a35923d288c4c8b..e85a33a498eeb026f8246449367b12bc044c5a58 100644
|
| --- a/Source/core/svg/SVGGlyphMap.h
|
| +++ b/Source/core/svg/SVGGlyphMap.h
|
| @@ -21,8 +21,8 @@
|
| #define SVGGlyphMap_h
|
|
|
| #if ENABLE(SVG_FONTS)
|
| -#include "core/platform/graphics/Latin1TextIterator.h"
|
| #include "core/platform/graphics/SVGGlyph.h"
|
| +#include "platform/fonts/Latin1TextIterator.h"
|
| #include "platform/text/SurrogatePairAwareTextIterator.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Vector.h"
|
|
|