| Index: Source/core/html/track/VideoTrack.cpp
|
| diff --git a/Source/core/html/track/VideoTrack.cpp b/Source/core/html/track/VideoTrack.cpp
|
| index e7efb181b4c9ede8d535f1a96d0d9024a0b94747..86d26b57cf077973b8ab39a406cdc856d6914768 100644
|
| --- a/Source/core/html/track/VideoTrack.cpp
|
| +++ b/Source/core/html/track/VideoTrack.cpp
|
| @@ -13,7 +13,6 @@ VideoTrack::VideoTrack(const String& id, const AtomicString& kind, const AtomicS
|
| : TrackBase(TrackBase::VideoTrack, label, language, id)
|
| , m_selected(selected)
|
| {
|
| - ScriptWrappable::init(this);
|
| setKind(kind);
|
| }
|
|
|
|
|