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