| Index: Source/core/html/HTMLLabelElement.cpp
|
| diff --git a/Source/core/html/HTMLLabelElement.cpp b/Source/core/html/HTMLLabelElement.cpp
|
| index b8576d1e99c5191108cf75caed4a31b305e31fdb..354514026d3d51c1dd607049a2a51fe6a5a756e5 100644
|
| --- a/Source/core/html/HTMLLabelElement.cpp
|
| +++ b/Source/core/html/HTMLLabelElement.cpp
|
| @@ -40,7 +40,6 @@ using namespace HTMLNames;
|
| inline HTMLLabelElement::HTMLLabelElement(Document& document)
|
| : HTMLElement(labelTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLLabelElement)
|
|
|