| Index: Source/WebCore/html/HTMLAudioElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLAudioElement.cpp b/Source/WebCore/html/HTMLAudioElement.cpp
|
| index 4af6132b58219daacfb1b09a79d6f42cff385a5d..0030959489cef79d988dc6368f008e54396a97a7 100644
|
| --- a/Source/WebCore/html/HTMLAudioElement.cpp
|
| +++ b/Source/WebCore/html/HTMLAudioElement.cpp
|
| @@ -37,6 +37,7 @@ HTMLAudioElement::HTMLAudioElement(const QualifiedName& tagName, Document* docum
|
| : HTMLMediaElement(tagName, document, createdByParser)
|
| {
|
| ASSERT(hasTagName(audioTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLAudioElement> HTMLAudioElement::create(const QualifiedName& tagName, Document* document, bool createdByParser)
|
|
|