| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 64b94f1fa26724e3fac4792de00010f301e6aaee..8c05c7991f5d0bc8d0cae48638ca0b41673c1947 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,
|
|
|