| Index: Source/core/html/HTMLQuoteElement.cpp
|
| diff --git a/Source/core/html/HTMLQuoteElement.cpp b/Source/core/html/HTMLQuoteElement.cpp
|
| index af767be9aa88347c2ca9f7cce7eac884d6e57271..fbf77d4f604d936b445f25b10c6d9821da4bfcd5 100644
|
| --- a/Source/core/html/HTMLQuoteElement.cpp
|
| +++ b/Source/core/html/HTMLQuoteElement.cpp
|
| @@ -34,7 +34,6 @@ inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document
|
| : HTMLElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(qTag) || hasTagName(blockquoteTag));
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLQuoteElement)
|
|
|