Chromium Code Reviews| Index: Source/core/layout/LayoutCounter.cpp |
| diff --git a/Source/core/layout/LayoutCounter.cpp b/Source/core/layout/LayoutCounter.cpp |
| index 61866ba0db16af010f1ceffadda5ad0855a45634..22ca0723763695cb74aa63a2aa402f19d35d6dbe 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::Unknown); |
|
esprehn
2015/03/23 20:19:44
this is from counters changing, you need another t
|
| } |
| static void destroyCounterNodeWithoutMapRemoval(const AtomicString& identifier, CounterNode* node) |