| Index: Source/core/css/CSSValueList.h
|
| diff --git a/Source/core/css/CSSValueList.h b/Source/core/css/CSSValueList.h
|
| index 7532e3734432b149481050e4e0ee742906b92bc4..20330a2c88482b0f0b0e491213b2490fd3182d82 100644
|
| --- a/Source/core/css/CSSValueList.h
|
| +++ b/Source/core/css/CSSValueList.h
|
| @@ -59,7 +59,7 @@ public:
|
| bool hasValue(CSSValue*) const;
|
| PassRefPtr<CSSValueList> copy();
|
|
|
| - String customCssText() const;
|
| + String customCssText(bool forceQuoteString = false) const;
|
| bool equals(const CSSValueList&) const;
|
| bool equals(const CSSValue&) const;
|
| String customSerializeResolvingVariables(const HashMap<AtomicString, String>&) const;
|
|
|