| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index 64b94f1fa26724e3fac4792de00010f301e6aaee..7f01615a36ce35460b8e904e403258b0bd3336fb 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -1981,6 +1981,9 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValu
|
| case CSSPropertyGridArea:
|
| return valuesForGridShorthand(gridAreaShorthand());
|
|
|
| + case CSSPropertyGridTemplate:
|
| + return valuesForGridShorthand(gridTemplateShorthand());
|
| +
|
| case CSSPropertyGridTemplateAreas:
|
| if (!style->namedGridAreaRowCount()) {
|
| ASSERT(!style->namedGridAreaColumnCount());
|
|
|