| Index: Source/core/html/HTMLElement.h
|
| diff --git a/Source/core/html/HTMLElement.h b/Source/core/html/HTMLElement.h
|
| index a66de148224798441b9fb3c2930ba1551611ff4c..ab8ddb51778f865d6720bb7be89abf20732c4287 100644
|
| --- a/Source/core/html/HTMLElement.h
|
| +++ b/Source/core/html/HTMLElement.h
|
| @@ -40,7 +40,7 @@ enum TranslateAttributeMode {
|
|
|
| class HTMLElement : public Element {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLElement> create(const QualifiedName& tagName, Document&);
|
| + DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLElement);
|
|
|
| virtual String title() const OVERRIDE FINAL;
|
| virtual short tabIndex() const OVERRIDE;
|
|
|