| Index: Source/core/platform/graphics/FontPlatformData.h
|
| diff --git a/Source/core/platform/graphics/FontPlatformData.h b/Source/core/platform/graphics/FontPlatformData.h
|
| index 3adbe219c93108171e1be5901ef43f026a9279dd..6ab1eddfbc419dc4ea9e1686f5c09e06d91cceee 100644
|
| --- a/Source/core/platform/graphics/FontPlatformData.h
|
| +++ b/Source/core/platform/graphics/FontPlatformData.h
|
| @@ -25,7 +25,7 @@
|
| // FIXME: This is temporary until all ports switch to using this file.
|
| #if OS(WINDOWS)
|
| #include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
|
| -#elif OS(UNIX) && !OS(MACOSX)
|
| +#elif !OS(MACOSX)
|
| #include "core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h"
|
|
|
| #else
|
|
|