| Index: Source/core/platform/graphics/FloatSize.h
|
| diff --git a/Source/core/platform/graphics/FloatSize.h b/Source/core/platform/graphics/FloatSize.h
|
| index e9606f0a1dfc093c374be6f4a227da4c8869210a..320fa67038c484a9b978f2afade86ccae1344512 100644
|
| --- a/Source/core/platform/graphics/FloatSize.h
|
| +++ b/Source/core/platform/graphics/FloatSize.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/MathExtras.h"
|
|
|
|
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| typedef struct CGSize CGSize;
|
|
|
| #ifdef NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES
|
| @@ -105,7 +105,7 @@ public:
|
| return FloatSize(m_height, m_width);
|
| }
|
|
|
| -#if OS(DARWIN)
|
| +#if OS(MACOSX)
|
| explicit FloatSize(const CGSize&); // don't do this implicitly since it's lossy
|
| operator CGSize() const;
|
| #if !defined(NSGEOMETRY_TYPES_SAME_AS_CGGEOMETRY_TYPES)
|
|
|