Index: Source/core/html/HTMLTableSectionElement.h |
diff --git a/Source/core/html/HTMLTableSectionElement.h b/Source/core/html/HTMLTableSectionElement.h |
index 385642d25009b16e9f9d8dfa5c5eefd82e5b4526..c6d786634c0bebec4d7c90b21e98c84df5fc78db 100644 |
--- a/Source/core/html/HTMLTableSectionElement.h |
+++ b/Source/core/html/HTMLTableSectionElement.h |
@@ -36,7 +36,6 @@ class HTMLTableSectionElement FINAL : public HTMLTablePartElement { |
public: |
DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLTableSectionElement); |
- PassRefPtrWillBeRawPtr<HTMLElement> insertRow(ExceptionState&); |
PassRefPtrWillBeRawPtr<HTMLElement> insertRow(int index, ExceptionState&); |
void deleteRow(int index, ExceptionState&); |