| Index: Source/core/html/HTMLUListElement.cpp
|
| diff --git a/Source/core/html/HTMLUListElement.cpp b/Source/core/html/HTMLUListElement.cpp
|
| index f207526e96aa1a28abb568ab4aae1602d07c35f3..7286aa647a18881753810f451bb67b57a752924d 100644
|
| --- a/Source/core/html/HTMLUListElement.cpp
|
| +++ b/Source/core/html/HTMLUListElement.cpp
|
| @@ -33,7 +33,6 @@ using namespace HTMLNames;
|
| inline HTMLUListElement::HTMLUListElement(Document& document)
|
| : HTMLElement(ulTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLUListElement)
|
|
|