| Index: third_party/WebKit/Source/core/layout/LayoutCounter.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutCounter.cpp b/third_party/WebKit/Source/core/layout/LayoutCounter.cpp
|
| index c3319605ab99b2a97965b030383abd932e233d5a..2213a17327877891dad4141352e7ef53abde0c9f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutCounter.cpp
|
| @@ -426,7 +426,7 @@ static CounterNode* makeCounterNodeIfNeeded(LayoutObject& object,
|
| }
|
|
|
| LayoutCounter::LayoutCounter(Document* node, const CounterContent& counter)
|
| - : LayoutText(node, StringImpl::empty()),
|
| + : LayoutText(node, StringImpl::empty),
|
| m_counter(counter),
|
| m_counterNode(nullptr),
|
| m_nextForSameCounter(nullptr) {
|
|
|