Index: Source/core/html/HTMLTableSectionElement.h |
diff --git a/Source/core/html/HTMLTableSectionElement.h b/Source/core/html/HTMLTableSectionElement.h |
index c96dae561625e04992ce9fa9f7d213fdef7f13d4..4fa633b2b4c22a78b3013e51196c4dda24a40bc7 100644 |
--- a/Source/core/html/HTMLTableSectionElement.h |
+++ b/Source/core/html/HTMLTableSectionElement.h |
@@ -34,7 +34,7 @@ class ExceptionState; |
class HTMLTableSectionElement FINAL : public HTMLTablePartElement { |
public: |
- static PassRefPtrWillBeRawPtr<HTMLTableSectionElement> create(const QualifiedName&, Document&); |
+ DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLTableSectionElement); |
PassRefPtrWillBeRawPtr<HTMLElement> insertRow(ExceptionState&); |
PassRefPtrWillBeRawPtr<HTMLElement> insertRow(int index, ExceptionState&); |