| 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 126093f0c3663bbb75de464d81d9bd144373524f..d36a33562be87b5c4ccca8175650902a98c55d10 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::OrientationInvalid;
|
| - ASSERT(!orientationIterator.consume(&limit, &orientation));
|
| + DCHECK(!orientationIterator.consume(&limit, &orientation));
|
| ASSERT_EQ(limit, 0u);
|
| ASSERT_EQ(orientation, OrientationIterator::OrientationInvalid);
|
| }
|
|
|