Index: Source/core/css/StylePropertySerializer.h |
diff --git a/Source/core/css/StylePropertySerializer.h b/Source/core/css/StylePropertySerializer.h |
index 70c16dc565fab7dd7cc864d55ed8e4443a0cab78..72647d44221721784a99ef88c6a522cfdf69dab9 100644 |
--- a/Source/core/css/StylePropertySerializer.h |
+++ b/Source/core/css/StylePropertySerializer.h |
@@ -40,7 +40,7 @@ private: |
String getCommonValue(const StylePropertyShorthand&) const; |
enum CommonValueMode { OmitUncommonValues, ReturnNullOnUncommonValues }; |
String borderPropertyValue(CommonValueMode) const; |
- String getLayeredShorthandValue(const StylePropertyShorthand&) const; |
+ String getLayeredShorthandValue(const StylePropertyShorthand&, bool checkShorthandAvailable = false) const; |
String get4Values(const StylePropertyShorthand&) const; |
String borderSpacingValue(const StylePropertyShorthand&) const; |
String getShorthandValue(const StylePropertyShorthand&) const; |