| Index: Source/core/css/StylePropertySerializer.h
|
| diff --git a/Source/core/css/StylePropertySerializer.h b/Source/core/css/StylePropertySerializer.h
|
| index 7808f38e9a09064ccced123c20e09d410391ba84..7743d69f664e74f3fbafde9760ef7a22d8ac8205 100644
|
| --- a/Source/core/css/StylePropertySerializer.h
|
| +++ b/Source/core/css/StylePropertySerializer.h
|
| @@ -48,7 +48,7 @@ private:
|
| String borderSpacingValue(const StylePropertyShorthand&) const;
|
| String getShorthandValue(const StylePropertyShorthand&, String separator = " ") const;
|
| String fontValue() const;
|
| - void appendFontLonghandValueIfExplicit(CSSPropertyID, StringBuilder& result, String& value) const;
|
| + void appendFontLonghandValueIfNotNormal(CSSPropertyID, StringBuilder& result, String& value) const;
|
| String backgroundRepeatPropertyValue() const;
|
| String getPropertyText(CSSPropertyID, const String& value, bool isImportant, bool isNotFirstDecl) const;
|
| bool isPropertyShorthandAvailable(const StylePropertyShorthand&) const;
|
|
|