| 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 067856878901d1b3378bfaba82aed865cc9a22bd..e8401e42bb254dec6404c0d7116921861b3c769d 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
|
| @@ -398,7 +398,7 @@ bool HarfBuzzShaper::extractShapeResults(hb_buffer_t* harfBuzzBuffer,
|
| currentClusterResult = glyphInfo[glyphIndex].codepoint == 0 ? NotDef : Shaped;
|
| } else {
|
| // The code below operates on the "flanks"/changes between NotDef
|
| - // and Shaped. In order to keep the code below from explictly
|
| + // and Shaped. In order to keep the code below from explicitly
|
| // dealing with character indices and run end, we explicitly
|
| // terminate the cluster/run here by setting the result value to the
|
| // opposite of what it was, leading to atChange turning true.
|
|
|