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

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

Issue 973623002: Fix serialization of content property to always quote (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add another method Created 5 years, 10 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: Source/core/css/CSSValueList.h
diff --git a/Source/core/css/CSSValueList.h b/Source/core/css/CSSValueList.h
index 8bc2e5668cf66933539f81cb8b2a67949edf544f..4f466b7e97bd7ca2180ea6a45b988e8f7cc9d894 100644
--- a/Source/core/css/CSSValueList.h
+++ b/Source/core/css/CSSValueList.h
@@ -54,7 +54,7 @@ public:
bool hasValue(CSSValue*) const;
PassRefPtrWillBeRawPtr<CSSValueList> copy();
- String customCSSText(CSSTextFormattingFlags = QuoteCSSStringIfNeeded) const;
+ String customCSSText() const;
bool equals(const CSSValueList&) const;
bool equals(const CSSValue&) const;

Powered by Google App Engine
This is Rietveld 408576698