Chromium Code Reviews| Index: Source/core/css/CSSComputedStyleDeclaration.cpp |
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp |
| index d6912a5a983dd4b0661811b2176920c670fa8e13..0d5c975fdad0edd97f8d86e773eb251c8c362734 100644 |
| --- a/Source/core/css/CSSComputedStyleDeclaration.cpp |
| +++ b/Source/core/css/CSSComputedStyleDeclaration.cpp |
| @@ -1940,6 +1940,9 @@ PassRefPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValue(CSSPropert |
| case CSSPropertyGridArea: |
| return valuesForGridShorthand(gridAreaShorthand()); |
|
Julien - ping for review
2014/02/21 20:04:50
Unneeded empty line.
|
| + case CSSPropertyGridTemplate: |
| + return valuesForGridShorthand(gridTemplateShorthand()); |
| + |
| case CSSPropertyGridTemplateAreas: |
| if (!style->namedGridAreaRowCount()) { |
| ASSERT(!style->namedGridAreaColumnCount()); |