| Index: Source/WebCore/html/HTMLOListElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLOListElement.cpp b/Source/WebCore/html/HTMLOListElement.cpp
|
| index 45fe426f472fc9493bbe1f4fc20808880efea7dd..910cd1607ee8e416820fd8b10fb98ed6eb887697 100644
|
| --- a/Source/WebCore/html/HTMLOListElement.cpp
|
| +++ b/Source/WebCore/html/HTMLOListElement.cpp
|
| @@ -42,6 +42,7 @@ HTMLOListElement::HTMLOListElement(const QualifiedName& tagName, Document* docum
|
| , m_shouldRecalculateItemCount(false)
|
| {
|
| ASSERT(hasTagName(olTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLOListElement> HTMLOListElement::create(Document* document)
|
|
|