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