| Index: Source/core/html/HTMLBRElement.cpp
|
| diff --git a/Source/core/html/HTMLBRElement.cpp b/Source/core/html/HTMLBRElement.cpp
|
| index 5c5442528a43bddeaf7a4b079c0b24eaa483dc7e..3fc61250532331d774e10483a347c0daa2396fc1 100644
|
| --- a/Source/core/html/HTMLBRElement.cpp
|
| +++ b/Source/core/html/HTMLBRElement.cpp
|
| @@ -35,7 +35,6 @@ using namespace HTMLNames;
|
| inline HTMLBRElement::HTMLBRElement(Document& document)
|
| : HTMLElement(brTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLBRElement)
|
|
|