| 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 a27dfbd0a5282eb7f06b499360991c18fa518d46..d7daadd88e4b7af220139a239a014dfc61ad1af2 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| @@ -886,7 +886,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 {
|
|
|