| Index: Source/core/html/track/TextTrackList.h
|
| diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h
|
| index 455338752f6dda36a95c3e736fdefefc8dd08143..acd72c76c96e81f0927a40d9133e85ff4611d3e7 100644
|
| --- a/Source/core/html/track/TextTrackList.h
|
| +++ b/Source/core/html/track/TextTrackList.h
|
| @@ -76,7 +76,7 @@ public:
|
| void scheduleChangeEvent();
|
| void removeAllInbandTracks();
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| explicit TextTrackList(HTMLMediaElement*);
|
|
|