| Index: Source/core/html/track/AudioTrackList.cpp
|
| diff --git a/Source/core/html/track/AudioTrackList.cpp b/Source/core/html/track/AudioTrackList.cpp
|
| index 0854fcf7083768c4ebeb069d2eef9d7ab01dae5b..07d35566716cabd2b303bcb679f4e5faad0b537a 100644
|
| --- a/Source/core/html/track/AudioTrackList.cpp
|
| +++ b/Source/core/html/track/AudioTrackList.cpp
|
| @@ -19,7 +19,6 @@ AudioTrackList::~AudioTrackList()
|
| AudioTrackList::AudioTrackList(HTMLMediaElement& mediaElement)
|
| : TrackListBase<AudioTrack>(&mediaElement)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| bool AudioTrackList::hasEnabledTrack() const
|
|
|