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