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