Index: Source/core/platform/graphics/FontDescription.h |
diff --git a/Source/core/platform/graphics/FontDescription.h b/Source/core/platform/graphics/FontDescription.h |
index 0411fc9eade7d5fca071a4a8cfd0f66a3f1af142..7aa15222676c53c5fb101cb7695d1aa15edaa8be 100644 |
--- a/Source/core/platform/graphics/FontDescription.h |
+++ b/Source/core/platform/graphics/FontDescription.h |
@@ -144,7 +144,7 @@ public: |
void setIsAbsoluteSize(bool s) { m_isAbsoluteSize = s; } |
void setWeight(FontWeight w) { m_weight = w; } |
void setGenericFamily(GenericFamilyType genericFamily) { m_genericFamily = genericFamily; } |
-#if OS(DARWIN) |
+#if OS(MACOSX) |
void setUsePrinterFont(bool) { } |
#else |
void setUsePrinterFont(bool p) { m_usePrinterFont = p; } |