| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index ee643adfd35df8c9bb36db28e80313605b8cffb3..3748b3af980bfe32052d7fa556ec6ee8cfa10842 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -270,6 +270,7 @@ static const CSSPropertyID staticComputableProperties[] = {
|
| CSSPropertyGridAutoRows,
|
| CSSPropertyGridColumnEnd,
|
| CSSPropertyGridColumnStart,
|
| + CSSPropertyGridTemplateAreas,
|
| CSSPropertyGridTemplateColumns,
|
| CSSPropertyGridTemplateRows,
|
| CSSPropertyGridRowEnd,
|
|
|