| Index: Source/core/html/track/VideoTrackList.h
|
| diff --git a/Source/core/html/track/VideoTrackList.h b/Source/core/html/track/VideoTrackList.h
|
| index 666a64d813eb12e5d38dd708985a942be022aa5c..6c8936968c94e86260ae7d1a3843a1c06cc85a9c 100644
|
| --- a/Source/core/html/track/VideoTrackList.h
|
| +++ b/Source/core/html/track/VideoTrackList.h
|
| @@ -10,7 +10,7 @@
|
|
|
| namespace blink {
|
|
|
| -class VideoTrackList FINAL : public TrackListBase<VideoTrack> {
|
| +class VideoTrackList final : public TrackListBase<VideoTrack> {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<VideoTrackList> create(HTMLMediaElement&);
|
| @@ -20,7 +20,7 @@ public:
|
| int selectedIndex() const;
|
|
|
| // EventTarget
|
| - virtual const AtomicString& interfaceName() const OVERRIDE;
|
| + virtual const AtomicString& interfaceName() const override;
|
|
|
| void trackSelected(blink::WebMediaPlayer::TrackId selectedTrackId);
|
|
|
|
|