| Index: Source/core/html/HTMLHtmlElement.cpp
|
| diff --git a/Source/core/html/HTMLHtmlElement.cpp b/Source/core/html/HTMLHtmlElement.cpp
|
| index af47c9dba7f3fb289008271ab722e7900d788896..ef0936d523bf80845e2b4b3c4011353e78cb46bf 100644
|
| --- a/Source/core/html/HTMLHtmlElement.cpp
|
| +++ b/Source/core/html/HTMLHtmlElement.cpp
|
| @@ -39,7 +39,6 @@ using namespace HTMLNames;
|
| inline HTMLHtmlElement::HTMLHtmlElement(Document& document)
|
| : HTMLElement(htmlTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLHtmlElement)
|
|
|