| Index: Source/core/css/RuntimeCSSEnabled.cpp
|
| diff --git a/Source/core/css/RuntimeCSSEnabled.cpp b/Source/core/css/RuntimeCSSEnabled.cpp
|
| index fe1c4293e4ad7516734a5cc45fd0d98a9d43fb16..4fc13b0f4b207a90177a6ee6771fdb4c31f8f832 100644
|
| --- a/Source/core/css/RuntimeCSSEnabled.cpp
|
| +++ b/Source/core/css/RuntimeCSSEnabled.cpp
|
| @@ -83,6 +83,7 @@ static void setPropertySwitchesFromRuntimeFeatures()
|
| CSSPropertyGridAutoFlow,
|
| CSSPropertyGridTemplateAreas,
|
| CSSPropertyGridTemplate,
|
| + CSSPropertyGrid,
|
| CSSPropertyJustifySelf
|
| };
|
| setCSSPropertiesEnabled(cssGridLayoutProperties, WTF_ARRAY_LENGTH(cssGridLayoutProperties), RuntimeEnabledFeatures::cssGridLayoutEnabled());
|
|
|