| 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 2213a17327877891dad4141352e7ef53abde0c9f..b3ca0c4854fc6aedf867d4eaf408c6ba8ed75d3e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutCounter.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutCounter.cpp
|
| @@ -505,7 +505,7 @@ static void destroyCounterNodeWithoutMapRemoval(const AtomicString& identifier,
|
| previous = child->previousInPreOrder();
|
| child->parent()->removeChild(child.get());
|
| ASSERT(counterMaps().get(&child->owner())->get(identifier) == child);
|
| - counterMaps().get(&child->owner())->remove(identifier);
|
| + counterMaps().get(&child->owner())->erase(identifier);
|
| }
|
| if (CounterNode* parent = node->parent())
|
| parent->removeChild(node);
|
|
|