| 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 9602cca5627cef4108d49fa2aabdfb5518c8d59f..b0170b2dc6182268187792413f3b7554abfb2696 100644 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutCounter.h | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutCounter.h | 
| @@ -45,7 +45,7 @@ class CounterNode; | 
| // common case where there is no CounterNode, LayoutObject also keeps track of | 
| // whether it has at least one CounterNode in the hasCounterNodeMap bit. | 
| // | 
| -// Keeping the map up-to-date is the reason why LayoutObjects need to call into | 
| +// Keeping the map up to date is the reason why LayoutObjects need to call into | 
| // LayoutCounter during their lifetime (see the static functions below). | 
| class LayoutCounter final : public LayoutText { | 
| public: | 
|  |