| Index: Source/core/html/track/VideoTrackList.h
|
| diff --git a/Source/core/html/track/VideoTrackList.h b/Source/core/html/track/VideoTrackList.h
|
| index 6c8936968c94e86260ae7d1a3843a1c06cc85a9c..6fe92b9cbb334c010af9a514dc2b8e56c140c929 100644
|
| --- a/Source/core/html/track/VideoTrackList.h
|
| +++ b/Source/core/html/track/VideoTrackList.h
|
| @@ -22,7 +22,7 @@ public:
|
| // EventTarget
|
| virtual const AtomicString& interfaceName() const override;
|
|
|
| - void trackSelected(blink::WebMediaPlayer::TrackId selectedTrackId);
|
| + void trackSelected(WebMediaPlayer::TrackId selectedTrackId);
|
|
|
| private:
|
| explicit VideoTrackList(HTMLMediaElement&);
|
|
|