| Index: Source/core/html/HTMLQuoteElement.cpp
|
| diff --git a/Source/core/html/HTMLQuoteElement.cpp b/Source/core/html/HTMLQuoteElement.cpp
|
| index 0a6b5c5e5ea9325a9a374b020444df7eb38e664e..f32b3e622e40e5b3a9c8c74c872b13a7f361b9f5 100644
|
| --- a/Source/core/html/HTMLQuoteElement.cpp
|
| +++ b/Source/core/html/HTMLQuoteElement.cpp
|
| @@ -38,10 +38,7 @@ inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<HTMLQuoteElement> HTMLQuoteElement::create(const QualifiedName& tagName, Document& document)
|
| -{
|
| - return adoptRefWillBeRefCountedGarbageCollected(new HTMLQuoteElement(tagName, document));
|
| -}
|
| +DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLQuoteElement)
|
|
|
| bool HTMLQuoteElement::isURLAttribute(const Attribute& attribute) const
|
| {
|
|
|