| 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;
|
|
|
|
|