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

Unified Diff: Source/core/css/CSSMarkup.h

Issue 1355263002: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@urlThing161644
Patch Set: 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
« no previous file with comments | « Source/core/css/CSSImageValue.cpp ('k') | Source/core/css/CSSMarkup.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSMarkup.h
diff --git a/Source/core/css/CSSMarkup.h b/Source/core/css/CSSMarkup.h
index cdd6a01e4f0d8781fa589ef717acee14f6a9ccd9..7a3bbfad072505054c52fdaaa85d5349d82a871c 100644
--- a/Source/core/css/CSSMarkup.h
+++ b/Source/core/css/CSSMarkup.h
@@ -36,7 +36,6 @@ String quoteCSSURLIfNeeded(const String&);
bool serializeIdentifier(const String& identifier, StringBuilder& appendTo);
void serializeString(const String&, StringBuilder& appendTo);
String serializeString(const String&);
-String serializeStringWithoutQuotations(const String&);
} // namespace blink
« no previous file with comments | « Source/core/css/CSSImageValue.cpp ('k') | Source/core/css/CSSMarkup.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698