Index: Source/core/html/HTMLTableElement.h |
diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h |
index 712f184a1b739c4089247be651b144f9f8df4cd2..45be9cf28afd4c2841c70ebf0f07e18e733e6cf2 100644 |
--- a/Source/core/html/HTMLTableElement.h |
+++ b/Source/core/html/HTMLTableElement.h |
@@ -38,7 +38,7 @@ class HTMLTableSectionElement; |
class HTMLTableElement FINAL : public HTMLElement { |
public: |
- static PassRefPtrWillBeRawPtr<HTMLTableElement> create(Document&); |
+ DECLARE_NODE_FACTORY(HTMLTableElement); |
HTMLTableCaptionElement* caption() const; |
void setCaption(PassRefPtrWillBeRawPtr<HTMLTableCaptionElement>, ExceptionState&); |