Index: Source/core/html/HTMLParagraphElement.cpp |
diff --git a/Source/core/html/HTMLParagraphElement.cpp b/Source/core/html/HTMLParagraphElement.cpp |
index c3bb293fd0dd6758ad0acf8b7d85062900b2ebf6..e63605f0e9d6c0f6377fcfb3c57adcea7f31ed01 100644 |
--- a/Source/core/html/HTMLParagraphElement.cpp |
+++ b/Source/core/html/HTMLParagraphElement.cpp |
@@ -34,7 +34,6 @@ using namespace HTMLNames; |
inline HTMLParagraphElement::HTMLParagraphElement(Document& document) |
: HTMLElement(pTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(HTMLParagraphElement) |