| Index: Source/core/layout/LayoutCounter.cpp
|
| diff --git a/Source/core/layout/LayoutCounter.cpp b/Source/core/layout/LayoutCounter.cpp
|
| index 290e784bac912d43c383e8a580e254796c2e64db..d9b9e4cfc2c62e26ab40b99e07462933e2d8973f 100644
|
| --- a/Source/core/layout/LayoutCounter.cpp
|
| +++ b/Source/core/layout/LayoutCounter.cpp
|
| @@ -468,7 +468,7 @@ void LayoutCounter::destroyCounterNode(LayoutObject& owner, const AtomicString&
|
| // map associated with a layoutObject, so there is no risk in leaking the map.
|
| }
|
|
|
| -void LayoutCounter::layoutObjectRemovedFromTree(LayoutObject* layoutObject)
|
| +void LayoutCounter::layoutObjectSubtreeWillBeDetached(LayoutObject* layoutObject)
|
| {
|
| ASSERT(layoutObject->view());
|
| if (!layoutObject->view()->hasLayoutCounters())
|
|
|