Index: Source/core/html/HTMLTableSectionElement.h |
diff --git a/Source/core/html/HTMLTableSectionElement.h b/Source/core/html/HTMLTableSectionElement.h |
index 53cc9137ef1b40e4e87ba79a755b070f964c6302..19c41f184bb8fd213a33b3bea763bba77ba28b2f 100644 |
--- a/Source/core/html/HTMLTableSectionElement.h |
+++ b/Source/core/html/HTMLTableSectionElement.h |
@@ -36,6 +36,7 @@ class HTMLTableSectionElement FINAL : public HTMLTablePartElement { |
public: |
static PassRefPtr<HTMLTableSectionElement> create(const QualifiedName&, Document&); |
+ PassRefPtr<HTMLElement> insertRow(ExceptionState&); |
PassRefPtr<HTMLElement> insertRow(int index, ExceptionState&); |
void deleteRow(int index, ExceptionState&); |