Index: Source/core/css/CSSComputedStyleDeclaration.h |
diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h |
index 1f2a35fad5209caa3baf78e4472b4b7dbb9121fe..7a1f718e0dade98b6755b155338d27d5e9ad27dc 100644 |
--- a/Source/core/css/CSSComputedStyleDeclaration.h |
+++ b/Source/core/css/CSSComputedStyleDeclaration.h |
@@ -120,6 +120,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; |