| Index: third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
|
| index 6b6b2c042f8bf7f81e4b961cb54c2f8af86e7fff..802b9c5bec58ef0f99f804469f84a3f15a623b60 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
|
| @@ -897,7 +897,7 @@ String CSSPrimitiveValue::customCSSText() const
|
| break;
|
| }
|
| case UnitType::URI:
|
| - text = "url(" + quoteCSSURLIfNeeded(m_value.string) + ")";
|
| + text = serializeURI(m_value.string);
|
| break;
|
| case UnitType::ValueID:
|
| text = valueName(m_value.valueID);
|
|
|