| Index: Source/WebCore/html/HTMLParagraphElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLParagraphElement.cpp b/Source/WebCore/html/HTMLParagraphElement.cpp
|
| index 41d7eb34ba592d33f7eed6036c1d8fde5aaa1527..d6a6d0216c6f3d14d699d6ed8985600f106834c0 100644
|
| --- a/Source/WebCore/html/HTMLParagraphElement.cpp
|
| +++ b/Source/WebCore/html/HTMLParagraphElement.cpp
|
| @@ -37,6 +37,7 @@ inline HTMLParagraphElement::HTMLParagraphElement(const QualifiedName& tagName,
|
| : HTMLElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(pTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(Document* document)
|
|
|