Index: third_party/WebKit/Source/wtf/dtoa/double-conversion.h |
diff --git a/third_party/WebKit/Source/wtf/dtoa/double-conversion.h b/third_party/WebKit/Source/wtf/dtoa/double-conversion.h |
index 71a56a0ec0b73645a95442a018973d63999a74ff..17ad7c0df8fd128a0833b5b93a4e7f21098ec574 100644 |
--- a/third_party/WebKit/Source/wtf/dtoa/double-conversion.h |
+++ b/third_party/WebKit/Source/wtf/dtoa/double-conversion.h |
@@ -126,7 +126,7 @@ class DoubleToStringConverter { |
max_trailing_padding_zeroes_in_precision_mode) { |
// When 'trailing zero after the point' is set, then 'trailing point' |
// must be set too. |
- ASSERT(((flags & EMIT_TRAILING_DECIMAL_POINT) != 0) || |
+ DCHECK(((flags & EMIT_TRAILING_DECIMAL_POINT) != 0) || |
!((flags & EMIT_TRAILING_ZERO_AFTER_POINT) != 0)); |
} |