Index: Source/core/html/HTMLLIElement.cpp |
diff --git a/Source/core/html/HTMLLIElement.cpp b/Source/core/html/HTMLLIElement.cpp |
index ccef74b7cc524758310738e7a9a48f966a42b94d..d55123bac2ce99cb2c49ecf4fed21e2429c77d73 100644 |
--- a/Source/core/html/HTMLLIElement.cpp |
+++ b/Source/core/html/HTMLLIElement.cpp |
@@ -36,7 +36,6 @@ using namespace HTMLNames; |
inline HTMLLIElement::HTMLLIElement(Document& document) |
: HTMLElement(liTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(HTMLLIElement) |