| Index: Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index c9f25809f5fc615ee085c59632fd618e221cd65d..c11080fdc3495d7aed5568108e14ecef37c66995 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -1985,6 +1985,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());
|
|
|