| Index: sky/engine/core/css/CSSFunctionValue.h
|
| diff --git a/sky/engine/core/css/CSSFunctionValue.h b/sky/engine/core/css/CSSFunctionValue.h
|
| index caa8af887513cf699467613b5be230c02c26e59c..fbb43a6970276b8227fd2f20b529d7d74d9230cd 100644
|
| --- a/sky/engine/core/css/CSSFunctionValue.h
|
| +++ b/sky/engine/core/css/CSSFunctionValue.h
|
| @@ -45,8 +45,6 @@ public:
|
|
|
| CSSValueList* arguments() const { return m_args.get(); }
|
|
|
| - void traceAfterDispatch(Visitor*);
|
| -
|
| private:
|
| CSSFunctionValue(String, PassRefPtr<CSSValueList>);
|
|
|
|
|