| Index: Source/core/layout/LayoutCounter.cpp
|
| diff --git a/Source/core/layout/LayoutCounter.cpp b/Source/core/layout/LayoutCounter.cpp
|
| index 9d2a63bcbf05700a746bd0d99d95ce976e46373c..455e8c437e33732e0e0b4eae52c9c29b2b5aa621 100644
|
| --- a/Source/core/layout/LayoutCounter.cpp
|
| +++ b/Source/core/layout/LayoutCounter.cpp
|
| @@ -419,7 +419,7 @@ void LayoutCounter::invalidate()
|
| ASSERT(!m_counterNode);
|
| if (documentBeingDestroyed())
|
| return;
|
| - setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
|
| + setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::CountersChanged);
|
| }
|
|
|
| static void destroyCounterNodeWithoutMapRemoval(const AtomicString& identifier, CounterNode* node)
|
|
|