| Index: third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp b/third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp
|
| index b03def22b091c441a03d430f2e454b51c39c0b45..22efa5dc680b984dc7790b2ceae025e1be686a3b 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp
|
| @@ -61,7 +61,7 @@ DocumentResource* CSSSVGDocumentValue::load(Document* document)
|
|
|
| String CSSSVGDocumentValue::customCSSText() const
|
| {
|
| - return quoteCSSStringIfNeeded(m_url);
|
| + return serializeString(m_url);
|
| }
|
|
|
| bool CSSSVGDocumentValue::equals(const CSSSVGDocumentValue& other) const
|
|
|