Index: Source/core/platform/graphics/FontPlatformData.h |
diff --git a/Source/core/platform/graphics/FontPlatformData.h b/Source/core/platform/graphics/FontPlatformData.h |
index 82e9229f206056bc9cbba05100fe3cda03ff3294..7148510b7ac0666a0b7684d4937f2c283f0ba41c 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(WIN) |
#include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h" |
-#elif OS(UNIX) && !OS(MACOSX) |
+#elif OS(POSIX) && !OS(MACOSX) |
#include "core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h" |
#else |