| Index: third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
|
| index 58c2145f470cc633162f9852418e495b7a781047..703cf445537c3c3df9049c419bcde03e3f0e091b 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
|
| @@ -70,7 +70,7 @@ class ShapeCache {
|
| unsigned short length,
|
| TextDirection direction)
|
| : length_(length), direction_(static_cast<unsigned>(direction)) {
|
| - ASSERT(length <= kCapacity);
|
| + DCHECK(length <= kCapacity);
|
|
|
| StringHasher hasher;
|
|
|
|
|