| Index: Source/core/html/HTMLTitleElement.cpp
|
| diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp
|
| index 8a275c1d07b71b73f00cbfcae80557fa5ebc85a3..659bdab424b9249983129e663bf485e088e67fc2 100644
|
| --- a/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/Source/core/html/HTMLTitleElement.cpp
|
| @@ -40,7 +40,6 @@ inline HTMLTitleElement::HTMLTitleElement(Document& document)
|
| : HTMLElement(titleTag, document)
|
| , m_ignoreTitleUpdatesWhenChildrenChange(false)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLTitleElement)
|
|
|