| Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| index fa3a91a4d9211375ff325624ceab6c19c71cb0f7..e0b71def0552608b043dddcba9a590ff492ae48a 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| @@ -117,7 +117,7 @@ static void normalizeCharacters(const TextRun& run,
|
| }
|
|
|
| U16_APPEND(destination, *destinationLength, length, character, error);
|
| - ASSERT_UNUSED(error, !error);
|
| + DCHECK(!error);
|
| }
|
| }
|
|
|
|
|