| Index: Source/WebCore/platform/graphics/FontPlatformData.cpp
|
| diff --git a/Source/WebCore/platform/graphics/FontPlatformData.cpp b/Source/WebCore/platform/graphics/FontPlatformData.cpp
|
| index 908f45b700de4a9cc2a45dd2e26712e37645640c..ca2ea58c14f81f196395ace3b4b3217065f9c0ba 100644
|
| --- a/Source/WebCore/platform/graphics/FontPlatformData.cpp
|
| +++ b/Source/WebCore/platform/graphics/FontPlatformData.cpp
|
| @@ -27,7 +27,7 @@
|
| #include <wtf/text/StringHash.h>
|
| #include <wtf/text/WTFString.h>
|
|
|
| -#if PLATFORM(CHROMIUM) && OS(DARWIN)
|
| +#if OS(DARWIN)
|
| #include "HarfBuzzFace.h"
|
| #endif
|
|
|
|
|