| Index: third_party/WebKit/Source/platform/fonts/Font.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/Font.cpp b/third_party/WebKit/Source/platform/fonts/Font.cpp
|
| index 4406868fcb70ccc8d448d2e808431ff4cb110ca9..311d321c36966560472508616a5b4fe376183e11 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/Font.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/Font.cpp
|
| @@ -768,7 +768,7 @@ Vector<CharacterRange> Font::individualCharacterRanges(const TextRun& run) const
|
| FontCachePurgePreventer purgePreventer;
|
| CachingWordShaper shaper(m_fontFallbackList->shapeCache(m_fontDescription));
|
| auto ranges = shaper.individualCharacterRanges(this, run);
|
| - DCHECK_EQ(ranges.size(), static_cast<unsigned>(run.length()));
|
| + DCHECK_EQ(ranges.size(), run.length());
|
| return ranges;
|
| }
|
|
|
|
|