| Index: Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 05c7cb302ce38ed10dc2cbfe1185e09f4284ffcc..97fd8db0742bee14f8c34b6e54416e5162f9430f 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -109,6 +109,7 @@ private:
|
| PassRefPtr<CSSValueList> getCSSPropertyValuesForShorthandProperties(const StylePropertyShorthand&) const;
|
| PassRefPtr<CSSValueList> getCSSPropertyValuesForSidesShorthand(const StylePropertyShorthand&) const;
|
| PassRefPtr<CSSValueList> getBackgroundShorthandValue() const;
|
| + PassRefPtr<CSSValueList> getTextDecorationShorthandValue() const;
|
| PassRefPtr<CSSValueList> getCSSPropertyValuesForGridShorthand(const StylePropertyShorthand&) const;
|
|
|
| RefPtr<Node> m_node;
|
|
|