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