| Index: Source/core/html/track/TextTrack.cpp
|
| diff --git a/Source/core/html/track/TextTrack.cpp b/Source/core/html/track/TextTrack.cpp
|
| index fd9bfcc7c96f442ab82f51f06a5ac8d4c45e0f04..c653dff08cfa07febfe8fb840ca4ec940c297792 100644
|
| --- a/Source/core/html/track/TextTrack.cpp
|
| +++ b/Source/core/html/track/TextTrack.cpp
|
| @@ -106,7 +106,6 @@ TextTrack::TextTrack(const AtomicString& kind, const AtomicString& label, const
|
| , m_renderedTrackIndex(invalidTrackIndex)
|
| , m_hasBeenConfigured(false)
|
| {
|
| - ScriptWrappable::init(this);
|
| setKind(kind);
|
| }
|
|
|
|
|