| Index: third_party/WebKit/Source/core/layout/LayoutCounter.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutCounter.h b/third_party/WebKit/Source/core/layout/LayoutCounter.h
|
| index 8c2a4fdd6770e2445f525451c646821a61a6e8f3..6863f4b307504107b90d903827957c3aab700977 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutCounter.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutCounter.h
|
| @@ -78,7 +78,8 @@ class LayoutCounter final : public LayoutText {
|
| PassRefPtr<StringImpl> originalText() const override;
|
|
|
| // Removes the reference to the CounterNode associated with this layoutObject.
|
| - // This is used to cause a counter display update when the CounterNode tree changes.
|
| + // This is used to cause a counter display update when the CounterNode tree
|
| + // changes.
|
| void invalidate();
|
|
|
| CounterContent m_counter;
|
|
|