| Index: Source/wtf/text/StringImpl.h
|
| diff --git a/Source/wtf/text/StringImpl.h b/Source/wtf/text/StringImpl.h
|
| index e256f949a0b096722974e6aa935fb9fa780eafb3..37f589d0356263c442e10a8f607c5236a5cd98c3 100644
|
| --- a/Source/wtf/text/StringImpl.h
|
| +++ b/Source/wtf/text/StringImpl.h
|
| @@ -563,7 +563,7 @@ inline size_t findNextLineStart(const CharacterType* characters, unsigned length
|
| // beyond the current character.
|
| if (index < length) {
|
| // The 3 common types of line terminators are 1. \r\n (Windows),
|
| - // 2. \r (old MacOS) and 3. \n (Unix'es).
|
| + // 2. \r (old MacOS) and 3. \n (Unix'exceptionState).
|
|
|
| if (c == '\n')
|
| return index; // Case 3: just \n.
|
|
|