Index: third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp b/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp |
index d33b8bcbce01be5e99dfe30b3f67de52c67dba9f..68be8f9df3697ffd7ca6c1d180f2b414f4224463 100644 |
--- a/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp |
@@ -66,7 +66,7 @@ TEST_F(OrientationIteratorTest, Empty) { |
unsigned limit = 0; |
OrientationIterator::RenderOrientation orientation = |
OrientationIterator::kOrientationInvalid; |
- ASSERT(!orientation_iterator.Consume(&limit, &orientation)); |
+ DCHECK(!orientation_iterator.Consume(&limit, &orientation)); |
ASSERT_EQ(limit, 0u); |
ASSERT_EQ(orientation, OrientationIterator::kOrientationInvalid); |
} |