| Index: Source/WebCore/html/HTMLModElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLModElement.cpp b/Source/WebCore/html/HTMLModElement.cpp
|
| index 33185c7ce66eb77429160ce4c750fc51aee22fa6..84ba697d44a93cc78333c39d47fdc355c2af0800 100644
|
| --- a/Source/WebCore/html/HTMLModElement.cpp
|
| +++ b/Source/WebCore/html/HTMLModElement.cpp
|
| @@ -32,6 +32,7 @@ using namespace HTMLNames;
|
| inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document* document)
|
| : HTMLElement(tagName, document)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLModElement> HTMLModElement::create(const QualifiedName& tagName, Document* document)
|
|
|