| Index: Source/WebCore/html/HTMLHeadingElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLHeadingElement.cpp b/Source/WebCore/html/HTMLHeadingElement.cpp
|
| index 47a9ea378f13d8a269f43ecc644a5cbfd358de24..136c1bd94d2dc28cbc2f1824792d8cde36783808 100644
|
| --- a/Source/WebCore/html/HTMLHeadingElement.cpp
|
| +++ b/Source/WebCore/html/HTMLHeadingElement.cpp
|
| @@ -28,6 +28,7 @@ namespace WebCore {
|
| inline HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document* document)
|
| : HTMLElement(tagName, document)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLHeadingElement> HTMLHeadingElement::create(const QualifiedName& tagName, Document* document)
|
|
|