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