| Index: sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.h b/sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| index bee03d8c6e277fe0b05c3afc79b2e3cd621fdd0a..6dc3acf43894a45ab5f5c1d739d607606b75a6e8 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| @@ -105,7 +105,6 @@ private:
|
| PassRefPtr<CSSValueList> valuesForShorthandProperty(const StylePropertyShorthand&) const;
|
| PassRefPtr<CSSValueList> valuesForSidesShorthand(const StylePropertyShorthand&) const;
|
| PassRefPtr<CSSValueList> valuesForBackgroundShorthand() const;
|
| - PassRefPtr<CSSValueList> valuesForGridShorthand(const StylePropertyShorthand&) const;
|
|
|
| RefPtr<Node> m_node;
|
| PseudoId m_pseudoElementSpecifier;
|
|
|