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