| Index: Source/core/html/track/AudioTrackList.h
|
| diff --git a/Source/core/html/track/AudioTrackList.h b/Source/core/html/track/AudioTrackList.h
|
| index f2612861dd75495b3d7863521bcdd117d09af99d..5b2be32d72c712cd4f258006b3eb13af9016c9b0 100644
|
| --- a/Source/core/html/track/AudioTrackList.h
|
| +++ b/Source/core/html/track/AudioTrackList.h
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace blink {
|
|
|
| -class AudioTrackList FINAL : public TrackListBase<AudioTrack> {
|
| +class AudioTrackList final : public TrackListBase<AudioTrack> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<AudioTrackList> create(HTMLMediaElement&);
|
| @@ -20,7 +20,7 @@ public:
|
| bool hasEnabledTrack() const;
|
|
|
| // EventTarget
|
| - virtual const AtomicString& interfaceName() const OVERRIDE;
|
| + virtual const AtomicString& interfaceName() const override;
|
|
|
| private:
|
| explicit AudioTrackList(HTMLMediaElement&);
|
|
|