| Index: Source/core/html/HTMLPreElement.cpp
|
| diff --git a/Source/core/html/HTMLPreElement.cpp b/Source/core/html/HTMLPreElement.cpp
|
| index a4956ff986bba36feecbcee6c873fe3e4067c115..c38f5b7a2613d56d79155592b7f9964253181737 100644
|
| --- a/Source/core/html/HTMLPreElement.cpp
|
| +++ b/Source/core/html/HTMLPreElement.cpp
|
| @@ -35,7 +35,6 @@ using namespace HTMLNames;
|
| inline HTMLPreElement::HTMLPreElement(const QualifiedName& tagName, Document& document)
|
| : HTMLElement(tagName, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLPreElement)
|
|
|