| Index: Source/core/html/track/TrackEvent.cpp
|
| diff --git a/Source/core/html/track/TrackEvent.cpp b/Source/core/html/track/TrackEvent.cpp
|
| index 39d70bd19615ec51b0138b7768525d1e8736aeb9..6cc6e1c8e1ac0e32298e20c9236c292b3253f6bf 100644
|
| --- a/Source/core/html/track/TrackEvent.cpp
|
| +++ b/Source/core/html/track/TrackEvent.cpp
|
| @@ -57,5 +57,10 @@ const AtomicString& TrackEvent::interfaceName() const
|
| return EventNames::TrackEvent;
|
| }
|
|
|
| +void TrackEvent::trace(Visitor* visitor)
|
| +{
|
| + Event::trace(visitor);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|
|
|