| Index: third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| index 75cb21f4da3fb17f7bf03bf87dcbe8cd16b8b63e..93b903dc025500b30ba891a488793a1dc6432967 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| @@ -892,7 +892,7 @@ ALWAYS_INLINE bool BreakingContext::hyphenate(
|
| // ignores the kerning between the last letter and the hyphen.
|
| return rewindToMidWordBreak(
|
| wordMeasurement, start + prefixLength,
|
| - font.getCharacterRange(run, 0, prefixLength).width() + hyphenWidth);
|
| + font.getCharacterRange(run, 0, prefixLength).width());
|
| }
|
|
|
| ALWAYS_INLINE bool BreakingContext::isBreakAtSoftHyphen() const {
|
|
|