| Index: Source/platform/LayoutUnit.h
|
| diff --git a/Source/platform/LayoutUnit.h b/Source/platform/LayoutUnit.h
|
| index c78ed541704764d267a87137a4dae52f6101dfc8..95e33a16dc1cd9bab3d9f2c16663103960e89de2 100644
|
| --- a/Source/platform/LayoutUnit.h
|
| +++ b/Source/platform/LayoutUnit.h
|
| @@ -131,11 +131,7 @@ public:
|
| returnValue.setRawValue(::abs(m_value));
|
| return returnValue;
|
| }
|
| -#if OS(MACOSX)
|
| - int wtf_ceil() const
|
| -#else
|
| int ceil() const
|
| -#endif
|
| {
|
| if (UNLIKELY(m_value >= INT_MAX - kFixedPointDenominator + 1))
|
| return intMaxForLayoutUnit;
|
|
|