| Index: Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
|
| diff --git a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
|
| index f4dc954eabb6d2246fcbc8a0e0a3dc01c8f096be..1f2f3bcc25689338033e30ab05f5298385227372 100644
|
| --- a/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
|
| +++ b/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
|
| @@ -899,7 +899,6 @@ void HarfBuzzShaper::setGlyphPositionsForHarfBuzzRun(HarfBuzzRun* currentRun, hb
|
|
|
| if (!currentRun->hasGlyphToCharacterIndexes()) {
|
| // FIXME: https://crbug.com/337886
|
| - ASSERT_NOT_REACHED();
|
| return;
|
| }
|
|
|
|
|