| Index: Source/core/html/HTMLTrackElement.cpp
|
| diff --git a/Source/core/html/HTMLTrackElement.cpp b/Source/core/html/HTMLTrackElement.cpp
|
| index b2b6773db7cdc9133b9a6a1a3867b4816d28a0ca..9b4a87ba1fc786e44a602699f894a7ce5c2d9744 100644
|
| --- a/Source/core/html/HTMLTrackElement.cpp
|
| +++ b/Source/core/html/HTMLTrackElement.cpp
|
| @@ -54,7 +54,6 @@ inline HTMLTrackElement::HTMLTrackElement(Document& document)
|
| , m_loadTimer(this, &HTMLTrackElement::loadTimerFired)
|
| {
|
| WTF_LOG(Media, "HTMLTrackElement::HTMLTrackElement - %p", this);
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLTrackElement)
|
|
|