| Index: Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
|
| diff --git a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
|
| index 6738b7f986fc9981862f3b71c28cf536d8415081..0cbb258946b8943a9dd47cfb4caefff36daf84bc 100644
|
| --- a/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
|
| +++ b/Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp
|
| @@ -38,9 +38,9 @@
|
| #include "core/platform/graphics/TextRun.h"
|
| #include "core/platform/graphics/harfbuzz/HarfBuzzFace.h"
|
| #include "hb-icu.h"
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/unicode/Unicode.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/unicode/Unicode.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|