| Index: Source/core/css/CSSProperty.cpp
|
| diff --git a/Source/core/css/CSSProperty.cpp b/Source/core/css/CSSProperty.cpp
|
| index 337d26fd2259210d1f0c818891fc17bd4900c6f9..5a6fe46f94d31d1f69eab5b62ac891d2fb57ca75 100644
|
| --- a/Source/core/css/CSSProperty.cpp
|
| +++ b/Source/core/css/CSSProperty.cpp
|
| @@ -589,6 +589,7 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
|
| case CSSPropertyGridColumn:
|
| case CSSPropertyGridColumnEnd:
|
| case CSSPropertyGridColumnStart:
|
| + case CSSPropertyGridTemplate:
|
| case CSSPropertyGridTemplateColumns:
|
| case CSSPropertyGridTemplateRows:
|
| case CSSPropertyGridRow:
|
|
|