Index: Source/core/html/HTMLTableRowElement.h |
diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h |
index a5a7e148d2f6264bd40a4b0a30d3da0ecf69cc1e..0d121c69861cd6ed29fc113dc6cac1d70432e155 100644 |
--- a/Source/core/html/HTMLTableRowElement.h |
+++ b/Source/core/html/HTMLTableRowElement.h |
@@ -40,6 +40,7 @@ public: |
int sectionRowIndex() const; |
+ PassRefPtr<HTMLElement> insertCell(ExceptionState&); |
PassRefPtr<HTMLElement> insertCell(int index, ExceptionState&); |
void deleteCell(int index, ExceptionState&); |