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