| Index: Source/core/platform/graphics/SVGGlyph.cpp
|
| diff --git a/Source/core/platform/graphics/SVGGlyph.cpp b/Source/core/platform/graphics/SVGGlyph.cpp
|
| index 1bedff0831d8d59e3a71d7b61f6b160bf8da0379..9956c21bfff08d9d4c7f088d0d6326e2732257e4 100644
|
| --- a/Source/core/platform/graphics/SVGGlyph.cpp
|
| +++ b/Source/core/platform/graphics/SVGGlyph.cpp
|
| @@ -23,7 +23,7 @@
|
| #if ENABLE(SVG_FONTS)
|
| #include "core/platform/graphics/SVGGlyph.h"
|
|
|
| -#include <wtf/unicode/Unicode.h>
|
| +#include "wtf/unicode/Unicode.h"
|
|
|
| using namespace WTF::Unicode;
|
|
|
|
|