| Index: Source/core/layout/LayoutFlowThread.cpp
|
| diff --git a/Source/core/layout/LayoutFlowThread.cpp b/Source/core/layout/LayoutFlowThread.cpp
|
| index 6a024b8fb08a8b500441169e7e158f86a28cca62..63b33d97fe15ea51bc9daa7388659bbdd6a98480 100644
|
| --- a/Source/core/layout/LayoutFlowThread.cpp
|
| +++ b/Source/core/layout/LayoutFlowThread.cpp
|
| @@ -178,7 +178,7 @@ void LayoutFlowThread::collectLayerFragments(DeprecatedPaintLayerFragments& laye
|
|
|
| LayoutRect LayoutFlowThread::fragmentsBoundingBox(const LayoutRect& layerBoundingBox) const
|
| {
|
| - ASSERT(!m_columnSetsInvalidated);
|
| + ASSERT(!RuntimeEnabledFeatures::slimmingPaintV2Enabled() || !m_columnSetsInvalidated);
|
|
|
| LayoutRect result;
|
| for (auto* columnSet : m_multiColumnSetList)
|
|
|