| Index: Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
|
| index f3a350b6fa8a5803748c2171698736bafb9e3a43..b0263c2b92d38f16009e8e343f06690207affb3c 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/Source/core/css/CSSPrimitiveValue.h
|
| @@ -304,7 +304,7 @@ public:
|
|
|
| template<typename T> inline operator T() const; // Defined in CSSPrimitiveValueMappings.h
|
|
|
| - String customCssText() const;
|
| + String customCssText(CssTextFormattingFlags = QuoteCSSStringIfNeeded) const;
|
| String customSerializeResolvingVariables(const HashMap<AtomicString, String>&) const;
|
| bool hasVariableReference() const;
|
|
|
|
|