| Index: Source/core/html/HTMLEmbedElement.cpp
|
| diff --git a/Source/core/html/HTMLEmbedElement.cpp b/Source/core/html/HTMLEmbedElement.cpp
|
| index a7fc0508d729001292eac5995d0ed3d4529d4c31..ca9eb32825c585a4d9663d62430a11750f88a92e 100644
|
| --- a/Source/core/html/HTMLEmbedElement.cpp
|
| +++ b/Source/core/html/HTMLEmbedElement.cpp
|
| @@ -43,7 +43,6 @@ using namespace HTMLNames;
|
| inline HTMLEmbedElement::HTMLEmbedElement(Document& document, bool createdByParser)
|
| : HTMLPlugInElement(embedTag, document, createdByParser, ShouldPreferPlugInsForImages)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtrWillBeRawPtr<HTMLEmbedElement> HTMLEmbedElement::create(Document& document, bool createdByParser)
|
|
|