| Index: third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp b/third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp
|
| index 9194706e5458ac5e45c0b7dbc12460cf5fa60f30..96b71234f06f5e1e4b94ba928196f18b526eb694 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp
|
| @@ -325,7 +325,7 @@ static String buildInsetString(const String& top, const String& right, const Str
|
| }
|
| if (horizontalRadii != verticalRadii) {
|
| result.append(separator);
|
| - result.append("/");
|
| + result.append('/');
|
|
|
| for (size_t i = 0; i < verticalRadii.size(); ++i) {
|
| result.append(separator);
|
|
|