Index: Source/core/platform/graphics/IntSize.h |
diff --git a/Source/core/platform/graphics/IntSize.h b/Source/core/platform/graphics/IntSize.h |
index 1844e040c098d651aac2ebf7cc3ef4293ade5861..44d6c728f1211cfcae490e3ebbd8c6e56ff5ef6a 100644 |
--- a/Source/core/platform/graphics/IntSize.h |
+++ b/Source/core/platform/graphics/IntSize.h |
@@ -27,7 +27,7 @@ |
#ifndef IntSize_h |
#define IntSize_h |
-#if OS(DARWIN) |
+#if OS(MACOSX) |
typedef struct CGSize CGSize; |
#ifdef NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES |
@@ -112,7 +112,7 @@ public: |
return IntSize(m_height, m_width); |
} |
-#if OS(DARWIN) |
+#if OS(MACOSX) |
explicit IntSize(const CGSize&); // don't do this implicitly since it's lossy |
operator CGSize() const; |