Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2268)

Unified Diff: Source/platform/Decimal.h

Issue 673583002: Remove wtf_ceil. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/forms/InputType.cpp ('k') | Source/platform/Decimal.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/html/forms/InputType.cpp ('k') | Source/platform/Decimal.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698