| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index c4dc49dbcb286c84a52b27b640ca2b17f4f81cf5..18c74313e76a38f2521c3b12e45608dda7bb8dfc 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -1982,6 +1982,8 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValu
|
| return valuesForGridShorthand(gridAreaShorthand());
|
| case CSSPropertyGridTemplate:
|
| return valuesForGridShorthand(gridTemplateShorthand());
|
| + case CSSPropertyGrid:
|
| + return valuesForGridShorthand(gridShorthand());
|
| case CSSPropertyGridTemplateAreas:
|
| if (!style->namedGridAreaRowCount()) {
|
| ASSERT(!style->namedGridAreaColumnCount());
|
|
|