| Index: third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| index c332f59e4d722e01784f94d83e6050f7ec8224d6..ce3c7f9f1274e1ea8065135bc0d892a1b7cefcbd 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGInlineText.h
|
| @@ -71,7 +71,8 @@ class SVGInlineTextMetricsIterator {
|
| if (m_characterOffset == startCharacterOffset)
|
| return;
|
|
|
| - // TODO(fs): We could walk backwards through the metrics list in these cases.
|
| + // TODO(fs): We could walk backwards through the metrics list in these
|
| + // cases.
|
| if (m_characterOffset > startCharacterOffset)
|
| reset(textLineLayout);
|
|
|
|
|