| Index: Source/core/layout/LayoutObject.cpp
|
| diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp
|
| index f4fc438cc1cc48f152db275c98a80dee4d1d808c..0e58fc5a751c9ec4329c416fdf1d9867cddfb8c2 100644
|
| --- a/Source/core/layout/LayoutObject.cpp
|
| +++ b/Source/core/layout/LayoutObject.cpp
|
| @@ -1915,7 +1915,7 @@ void LayoutObject::propagateStyleToAnonymousChildren(bool blockChildrenOnly)
|
| continue;
|
|
|
| RefPtr<ComputedStyle> newStyle = ComputedStyle::createAnonymousStyleWithDisplay(styleRef(), child->style()->display());
|
| - if (!RuntimeEnabledFeatures::regionBasedColumnsEnabled()) {
|
| + if (!document().regionBasedColumnsEnabled()) {
|
| if (style()->specifiesColumns()) {
|
| if (child->style()->specifiesColumns())
|
| newStyle->inheritColumnPropertiesFrom(styleRef());
|
|
|