| Index: third_party/WebKit/Source/platform/text/SegmentedString.h
|
| diff --git a/third_party/WebKit/Source/platform/text/SegmentedString.h b/third_party/WebKit/Source/platform/text/SegmentedString.h
|
| index 6efa7aa39882d0b90dc1e436aab9d8238b303f25..9ba74e1207f1c5ecba29d3ba32dc6b54dc920702 100644
|
| --- a/third_party/WebKit/Source/platform/text/SegmentedString.h
|
| +++ b/third_party/WebKit/Source/platform/text/SegmentedString.h
|
| @@ -308,8 +308,9 @@ class PLATFORM_EXPORT SegmentedString {
|
| // The method is moderately slow, comparing to currentLine method.
|
| OrdinalNumber currentColumn() const;
|
| OrdinalNumber currentLine() const;
|
| - // Sets value of line/column variables. Column is specified indirectly by a parameter columnAftreProlog
|
| - // which is a value of column that we should get after a prolog (first prologLength characters) has been consumed.
|
| + // Sets value of line/column variables. Column is specified indirectly by a
|
| + // parameter columnAftreProlog which is a value of column that we should get
|
| + // after a prolog (first prologLength characters) has been consumed.
|
| void setCurrentPosition(OrdinalNumber line,
|
| OrdinalNumber columnAftreProlog,
|
| int prologLength);
|
|
|