| Index: Source/core/html/track/VideoTrack.cpp
|
| diff --git a/Source/core/html/track/VideoTrack.cpp b/Source/core/html/track/VideoTrack.cpp
|
| index 12bb0f28bc70e087562e212bf57edefa8a67c2e2..047c70820783f4c10aa5fc6ea73fd33b25416ba1 100644
|
| --- a/Source/core/html/track/VideoTrack.cpp
|
| +++ b/Source/core/html/track/VideoTrack.cpp
|
| @@ -20,6 +20,11 @@ VideoTrack::~VideoTrack()
|
| {
|
| }
|
|
|
| +void VideoTrack::trace(Visitor* visitor)
|
| +{
|
| + TrackBase::trace(visitor);
|
| +}
|
| +
|
| void VideoTrack::setSelected(bool selected)
|
| {
|
| if (selected == m_selected)
|
|
|