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