Index: Source/core/html/HTMLTableElement.h |
diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h |
index 767293482520f733cd5a6e6610ebbd010c6381e4..406c8acc0fdcf1c3f186ee4b215c19416f960332 100644 |
--- a/Source/core/html/HTMLTableElement.h |
+++ b/Source/core/html/HTMLTableElement.h |
@@ -56,7 +56,6 @@ public: |
PassRefPtrWillBeRawPtr<HTMLElement> createTBody(); |
PassRefPtrWillBeRawPtr<HTMLElement> createCaption(); |
void deleteCaption(); |
- PassRefPtrWillBeRawPtr<HTMLElement> insertRow(ExceptionState&); |
PassRefPtrWillBeRawPtr<HTMLElement> insertRow(int index, ExceptionState&); |
void deleteRow(int index, ExceptionState&); |