| Index: Source/core/platform/graphics/WidthIterator.cpp
|
| diff --git a/Source/core/platform/graphics/WidthIterator.cpp b/Source/core/platform/graphics/WidthIterator.cpp
|
| index b73c478bd0be6e33a4ee2c0c3ff22ec4de7abd67..4e41ebf524ac9ae0352d673e2a3cdc247dbef1fe 100644
|
| --- a/Source/core/platform/graphics/WidthIterator.cpp
|
| +++ b/Source/core/platform/graphics/WidthIterator.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "core/platform/graphics/Latin1TextIterator.h"
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| #include "core/platform/graphics/SurrogatePairAwareTextIterator.h"
|
| -#include <wtf/MathExtras.h>
|
| +#include "wtf/MathExtras.h"
|
|
|
| using namespace WTF;
|
| using namespace Unicode;
|
|
|