Index: Source/core/platform/graphics/Font.cpp |
diff --git a/Source/core/platform/graphics/Font.cpp b/Source/core/platform/graphics/Font.cpp |
index 740bd6b5e56503d67b6035534d05e60177a8c5d9..bdf6843bacee85a6d2308a259c986942b99a866a 100644 |
--- a/Source/core/platform/graphics/Font.cpp |
+++ b/Source/core/platform/graphics/Font.cpp |
@@ -251,7 +251,7 @@ float Font::width(const TextRun& run, int& charsConsumed, String& glyphName) con |
return width(run); |
} |
-#if !OS(DARWIN) |
+#if !OS(MACOSX) |
PassOwnPtr<TextLayout> Font::createLayout(RenderText*, float, bool) const |
{ |