| Index: Source/WebCore/html/HTMLParamElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLParamElement.cpp b/Source/WebCore/html/HTMLParamElement.cpp
|
| index 9f609ce22451d41d0c116330f7013643863bf2c4..5681c8da936b7c17015f28942660d60acf25f8f9 100644
|
| --- a/Source/WebCore/html/HTMLParamElement.cpp
|
| +++ b/Source/WebCore/html/HTMLParamElement.cpp
|
| @@ -35,6 +35,7 @@ inline HTMLParamElement::HTMLParamElement(const QualifiedName& tagName, Document
|
| : HTMLElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(paramTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLParamElement> HTMLParamElement::create(const QualifiedName& tagName, Document* document)
|
|
|