| Index: Source/core/html/HTMLQuoteElement.h
|
| diff --git a/Source/core/html/HTMLQuoteElement.h b/Source/core/html/HTMLQuoteElement.h
|
| index a8c59944c62c4ffd427644063f252eea05fa31b9..fcf12adcf85164c180ebff26b02783a01cd6ecc0 100644
|
| --- a/Source/core/html/HTMLQuoteElement.h
|
| +++ b/Source/core/html/HTMLQuoteElement.h
|
| @@ -31,7 +31,7 @@ namespace WebCore {
|
|
|
| class HTMLQuoteElement FINAL : public HTMLElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLQuoteElement> create(const QualifiedName&, Document&);
|
| + DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLQuoteElement);
|
|
|
| private:
|
| HTMLQuoteElement(const QualifiedName&, Document&);
|
|
|