| Index: Source/core/html/HTMLBodyElement.cpp
|
| diff --git a/Source/core/html/HTMLBodyElement.cpp b/Source/core/html/HTMLBodyElement.cpp
|
| index 55bfc78d5fd02bc5292b7943680de6d64459d8e2..734485decabd64c6810e3ea9b8548bbe576a4b2c 100644
|
| --- a/Source/core/html/HTMLBodyElement.cpp
|
| +++ b/Source/core/html/HTMLBodyElement.cpp
|
| @@ -45,7 +45,6 @@ using namespace HTMLNames;
|
| inline HTMLBodyElement::HTMLBodyElement(Document& document)
|
| : HTMLElement(bodyTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLBodyElement)
|
|
|