Index: Source/core/html/RadioNodeList.cpp |
diff --git a/Source/core/html/RadioNodeList.cpp b/Source/core/html/RadioNodeList.cpp |
index 75f5dbf368f5ad9201d087a52691519d898fca4f..644026d4dce7f1f5ffc8dbf71382d8c3fecd1eef 100644 |
--- a/Source/core/html/RadioNodeList.cpp |
+++ b/Source/core/html/RadioNodeList.cpp |
@@ -42,7 +42,6 @@ RadioNodeList::RadioNodeList(ContainerNode& rootNode, const AtomicString& name, |
: LiveNodeList(rootNode, type, InvalidateForFormControls, isHTMLFormElement(rootNode) ? NodeListIsRootedAtDocument : NodeListIsRootedAtNode) |
, m_name(name) |
{ |
- ScriptWrappable::init(this); |
} |
RadioNodeList::~RadioNodeList() |