Index: third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp |
diff --git a/third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp b/third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp |
index 4074df17edf9ed95ba119fecfa8e6feb4a67f1d4..6ae9205db3a21807a5829e2003dcb5946299a33c 100644 |
--- a/third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp |
+++ b/third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp |
@@ -42,7 +42,7 @@ class DateTimeFormatTest : public ::testing::Test { |
Token(FieldType field_type, int count = 1) |
: count(count), field_type(field_type) { |
- ASSERT(field_type != DateTimeFormat::kFieldTypeLiteral); |
+ DCHECK_NE(field_type, DateTimeFormat::kFieldTypeLiteral); |
} |
Token(const String& string) |