| Index: sky/engine/core/css/CSSCursorImageValue.h
|
| diff --git a/sky/engine/core/css/CSSCursorImageValue.h b/sky/engine/core/css/CSSCursorImageValue.h
|
| index 2cf4fec26ec5aaa8e62ec03569bedfa068ff2c51..c015aa4b53c608ad80c5189874aaac0aaa6fd37a 100644
|
| --- a/sky/engine/core/css/CSSCursorImageValue.h
|
| +++ b/sky/engine/core/css/CSSCursorImageValue.h
|
| @@ -54,8 +54,6 @@ public:
|
|
|
| bool equals(const CSSCursorImageValue&) const;
|
|
|
| - void traceAfterDispatch(Visitor*);
|
| -
|
| private:
|
| CSSCursorImageValue(PassRefPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot);
|
|
|
|
|