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