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

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

Issue 1306283006: BackgroundImage incorrectly returns empty url() when created on-the-fly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 168a29dbdbb4b36c27527f8795aa9fb9dc76ff5f..cdd6a01e4f0d8781fa589ef717acee14f6a9ccd9 100644
--- a/Source/core/css/CSSMarkup.h
+++ b/Source/core/css/CSSMarkup.h
@@ -36,7 +36,7 @@ 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