| Index: Source/core/events/TransitionEvent.cpp
|
| diff --git a/Source/core/events/TransitionEvent.cpp b/Source/core/events/TransitionEvent.cpp
|
| index dfc32fd33e1378d27989b3b2ae62f13889065a40..d9974857d32906905d5b9193a0c0e8724fde2540 100644
|
| --- a/Source/core/events/TransitionEvent.cpp
|
| +++ b/Source/core/events/TransitionEvent.cpp
|
| @@ -84,4 +84,9 @@ const AtomicString& TransitionEvent::interfaceName() const
|
| return EventNames::TransitionEvent;
|
| }
|
|
|
| +void TransitionEvent::trace(Visitor* visitor)
|
| +{
|
| + Event::trace(visitor);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|