| Index: Source/core/html/HTMLTableRowElement.cpp
|
| diff --git a/Source/core/html/HTMLTableRowElement.cpp b/Source/core/html/HTMLTableRowElement.cpp
|
| index 0cd21bec2d54895cf7f661d2d10ab0aeaa9d62d1..f3b910c8ac4dae32b39b01595944bad3181af949 100644
|
| --- a/Source/core/html/HTMLTableRowElement.cpp
|
| +++ b/Source/core/html/HTMLTableRowElement.cpp
|
| @@ -42,7 +42,6 @@ using namespace HTMLNames;
|
| inline HTMLTableRowElement::HTMLTableRowElement(Document& document)
|
| : HTMLTablePartElement(trTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLTableRowElement)
|
|
|