| Index: sky/engine/core/events/AnimationEvent.cpp
|
| diff --git a/sky/engine/core/events/AnimationEvent.cpp b/sky/engine/core/events/AnimationEvent.cpp
|
| index 15fae75c63e20f00371d1eeaa0dbec4e569d31f8..4edbb9eace84629146613a1c31a6ec190d2d9e7f 100644
|
| --- a/sky/engine/core/events/AnimationEvent.cpp
|
| +++ b/sky/engine/core/events/AnimationEvent.cpp
|
| @@ -72,9 +72,4 @@ const AtomicString& AnimationEvent::interfaceName() const
|
| return EventNames::AnimationEvent;
|
| }
|
|
|
| -void AnimationEvent::trace(Visitor* visitor)
|
| -{
|
| - Event::trace(visitor);
|
| -}
|
| -
|
| } // namespace blink
|
|
|