Index: Source/core/platform/graphics/FloatPoint.h |
diff --git a/Source/core/platform/graphics/FloatPoint.h b/Source/core/platform/graphics/FloatPoint.h |
index 635ef0f2be5611ec8045392e3a17fd943efed514..9ddbc2beec99999f41f1e0cf1143602fde7ce403 100644 |
--- a/Source/core/platform/graphics/FloatPoint.h |
+++ b/Source/core/platform/graphics/FloatPoint.h |
@@ -32,7 +32,7 @@ |
#include "wtf/MathExtras.h" |
#include <algorithm> |
-#if OS(DARWIN) |
+#if OS(MACOSX) |
typedef struct CGPoint CGPoint; |
#ifdef NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES |
@@ -132,7 +132,7 @@ public: |
return FloatPoint(m_y, m_x); |
} |
-#if OS(DARWIN) |
+#if OS(MACOSX) |
FloatPoint(const CGPoint&); |
operator CGPoint() const; |
#if !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES) |