Chromium Code Reviews| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h |
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h |
| index 42d8464dd506b7d15f68ee76b53db3c22123cd7f..97b3835d77552d3491dd47eafa323700c9712313 100644 |
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h |
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h |
| @@ -347,7 +347,7 @@ inline bool isAmbiguousBoundaryCharacter(UChar character) |
| return character == '\'' || character == rightSingleQuotationMarkCharacter || character == hebrewPunctuationGershayimCharacter; |
| } |
| -String stringWithRebalancedWhitespace(const String&, bool startIsStartOfParagraph, bool endIsEndOfParagraph); |
| +String stringWithRebalancedWhitespace(const String&, bool startIsStartOfParagraph, bool endIsEndOfParagraph, bool nextTextSibling = false); |
|
yosin_UTC9
2016/07/25 07:42:23
nit: to follow other parameter names, |nextSibling
|
| const String& nonBreakingSpaceString(); |
| // ------------------------------------------------------------------------- |