| Index: Source/core/html/HTMLHRElement.cpp
|
| diff --git a/Source/core/html/HTMLHRElement.cpp b/Source/core/html/HTMLHRElement.cpp
|
| index a1e6a912d46be01581f164b0d74711d348ba812c..7182a08f314a79892b209a1f94cd249fc2e7bb48 100644
|
| --- a/Source/core/html/HTMLHRElement.cpp
|
| +++ b/Source/core/html/HTMLHRElement.cpp
|
| @@ -36,7 +36,6 @@ using namespace HTMLNames;
|
| inline HTMLHRElement::HTMLHRElement(Document& document)
|
| : HTMLElement(hrTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLHRElement)
|
|
|