| Index: Source/core/css/CSSGridLineNamesValue.cpp
|
| diff --git a/Source/core/css/CSSGridLineNamesValue.cpp b/Source/core/css/CSSGridLineNamesValue.cpp
|
| index 3d24511f69a3aef4555593583fae122fe8c8c245..c60421f838a8e8c80363d137d1af9a196934124a 100644
|
| --- a/Source/core/css/CSSGridLineNamesValue.cpp
|
| +++ b/Source/core/css/CSSGridLineNamesValue.cpp
|
| @@ -35,7 +35,7 @@ namespace blink {
|
|
|
| String CSSGridLineNamesValue::customCSSText() const
|
| {
|
| - return "(" + CSSValueList::customCSSText() + ")";
|
| + return "[" + CSSValueList::customCSSText() + "]";
|
| }
|
|
|
| CSSGridLineNamesValue::CSSGridLineNamesValue()
|
|
|