Index: Source/core/html/HTMLObjectElement.cpp |
diff --git a/Source/core/html/HTMLObjectElement.cpp b/Source/core/html/HTMLObjectElement.cpp |
index 34be9bfb75b9c9ddf00d1ca7a3dfd412055e41c2..0bc59f1e126a3d40f752d831a1ce05a612276f65 100644 |
--- a/Source/core/html/HTMLObjectElement.cpp |
+++ b/Source/core/html/HTMLObjectElement.cpp |
@@ -52,7 +52,6 @@ inline HTMLObjectElement::HTMLObjectElement(Document& document, HTMLFormElement* |
: HTMLPlugInElement(objectTag, document, createdByParser, ShouldNotPreferPlugInsForImages) |
, m_useFallbackContent(false) |
{ |
- ScriptWrappable::init(this); |
associateByParser(form); |
} |