| Index: third_party/WebKit/Source/platform/fonts/OrientationIterator.cpp
 | 
| diff --git a/third_party/WebKit/Source/platform/fonts/OrientationIterator.cpp b/third_party/WebKit/Source/platform/fonts/OrientationIterator.cpp
 | 
| index 191ea41984ba9ed545943582e3c9e7e6a6404e1d..2786a6d22444868c0e7f7cad403ec33a21e5cb98 100644
 | 
| --- a/third_party/WebKit/Source/platform/fonts/OrientationIterator.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/fonts/OrientationIterator.cpp
 | 
| @@ -16,7 +16,7 @@ OrientationIterator::OrientationIterator(const UChar* buffer,
 | 
|        at_end_(buffer_size == 0) {
 | 
|    // There's not much point in segmenting by isUprightInVertical if the text
 | 
|    // orientation is not "mixed".
 | 
| -  ASSERT(run_orientation == FontOrientation::kVerticalMixed);
 | 
| +  DCHECK_EQ(run_orientation, FontOrientation::kVerticalMixed);
 | 
|  }
 | 
|  
 | 
|  bool OrientationIterator::Consume(unsigned* orientation_limit,
 | 
| 
 |