| Index: Source/WebCore/html/HTMLQuoteElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLQuoteElement.cpp b/Source/WebCore/html/HTMLQuoteElement.cpp
|
| index d5be2f2f79f9a890577cd7fa450c0df8cdee65a5..51986c3bdd3356be5f3f1d5f6362835f78a17b56 100644
|
| --- a/Source/WebCore/html/HTMLQuoteElement.cpp
|
| +++ b/Source/WebCore/html/HTMLQuoteElement.cpp
|
| @@ -35,6 +35,7 @@ inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document
|
| : HTMLElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(qTag) || hasTagName(blockquoteTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLQuoteElement> HTMLQuoteElement::create(const QualifiedName& tagName, Document* document)
|
|
|