Chromium Code Reviews| Index: Source/platform/Decimal.h |
| diff --git a/Source/platform/Decimal.h b/Source/platform/Decimal.h |
| index 874a8b65ebdf7e00a92349d4f4f6db485be45929..5e2ccd84220e29c8f696d22176637e799505d957 100644 |
| --- a/Source/platform/Decimal.h |
| +++ b/Source/platform/Decimal.h |
| @@ -133,7 +133,7 @@ public: |
| bool isZero() const { return m_data.isZero(); } |
| Decimal abs() const; |
| - Decimal ceiling() const; |
| + Decimal ceil() const; |
| Decimal floor() const; |
| Decimal remainder(const Decimal&) const; |
| Decimal round() const; |