Index: third_party/WebKit/Source/platform/Decimal.h |
diff --git a/third_party/WebKit/Source/platform/Decimal.h b/third_party/WebKit/Source/platform/Decimal.h |
index 01b8b9cf04c3c96b518f1d5c591e59fd921417c7..19d06b702654f5c346363cc9af8b38878c9e44fe 100644 |
--- a/third_party/WebKit/Source/platform/Decimal.h |
+++ b/third_party/WebKit/Source/platform/Decimal.h |
@@ -128,7 +128,7 @@ class PLATFORM_EXPORT Decimal { |
Decimal operator/(const Decimal&) const; |
int Exponent() const { |
- ASSERT(IsFinite()); |
+ DCHECK(IsFinite()); |
return data_.Exponent(); |
} |