| 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..82e9229f206056bc9cbba05100fe3cda03ff3294 100644
|
| --- a/Source/core/platform/graphics/FontPlatformData.h
|
| +++ b/Source/core/platform/graphics/FontPlatformData.h
|
| @@ -23,7 +23,7 @@
|
| */
|
|
|
| // FIXME: This is temporary until all ports switch to using this file.
|
| -#if OS(WINDOWS)
|
| +#if OS(WIN)
|
| #include "core/platform/graphics/chromium/FontPlatformDataChromiumWin.h"
|
| #elif OS(UNIX) && !OS(MACOSX)
|
| #include "core/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.h"
|
|
|