| Index: Source/core/svg/SVGFontData.cpp
|
| diff --git a/Source/core/svg/SVGFontData.cpp b/Source/core/svg/SVGFontData.cpp
|
| index e3acea320a9573411dde14a47d6fce5ae7d637c8..add25784041b731370d7c100295ee3841d6fa140 100644
|
| --- a/Source/core/svg/SVGFontData.cpp
|
| +++ b/Source/core/svg/SVGFontData.cpp
|
| @@ -33,9 +33,9 @@
|
| #include "core/svg/SVGFontElement.h"
|
| #include "core/svg/SVGFontFaceElement.h"
|
| #include "core/svg/SVGGlyphElement.h"
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/unicode/CharacterNames.h>
|
| -#include <wtf/unicode/Unicode.h>
|
| +#include "wtf/text/StringBuilder.h"
|
| +#include "wtf/unicode/CharacterNames.h"
|
| +#include "wtf/unicode/Unicode.h"
|
|
|
| using namespace WTF;
|
| using namespace Unicode;
|
|
|