| Index: sky/engine/core/css/CSSValueList.h
|
| diff --git a/sky/engine/core/css/CSSValueList.h b/sky/engine/core/css/CSSValueList.h
|
| index 9ed6e315c943bc2a1459f1d0584e7fdb2bbcc9ce..5d88debc5b55af199dc4ec20cd1143bebf3ed96f 100644
|
| --- a/sky/engine/core/css/CSSValueList.h
|
| +++ b/sky/engine/core/css/CSSValueList.h
|
| @@ -57,8 +57,6 @@ public:
|
| bool equals(const CSSValueList&) const;
|
| bool equals(const CSSValue&) const;
|
|
|
| - bool hasFailedOrCanceledSubresources() const;
|
| -
|
| PassRefPtr<CSSValueList> cloneForCSSOM() const;
|
|
|
| protected:
|
|
|