| 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 f862828c1ff50e89566563ea50ef2a67a3804bf3..5dadf815b6847b264a0360c5bb0d9c7fa2fc2e6e 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp
|
| @@ -912,7 +912,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);
|
|
|