Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Layout test readability Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698