Index: Source/platform/fonts/FontPlatformData.h |
diff --git a/Source/platform/fonts/FontPlatformData.h b/Source/platform/fonts/FontPlatformData.h |
index 75ebae1f88647fb53a6c270a4304fa27a5a780f2..cb1685709a6235074881e518cf735a88b5ca4f70 100644 |
--- a/Source/platform/fonts/FontPlatformData.h |
+++ b/Source/platform/fonts/FontPlatformData.h |
@@ -22,10 +22,8 @@ |
* |
*/ |
-// FIXME: This is temporary until all ports switch to using this file. |
-#if OS(WIN) |
-#include "platform/fonts/win/FontPlatformDataWin.h" |
-#elif !OS(MACOSX) |
+// FIXME: This is temporary until mac switch to using FontPlatformDataHarfBuzz.h and we merge it with this file. |
+#if !OS(MACOSX) |
#include "platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h" |
#else |