Index: Source/core/html/HTMLTableRowElement.idl |
diff --git a/Source/core/html/HTMLTableRowElement.idl b/Source/core/html/HTMLTableRowElement.idl |
index d2b59dec89e82db14cd9752e0319d3753aaf2de3..bba0de5539c4898b2c3607c1eca41df7e2fd68d4 100644 |
--- a/Source/core/html/HTMLTableRowElement.idl |
+++ b/Source/core/html/HTMLTableRowElement.idl |
@@ -25,8 +25,7 @@ interface HTMLTableRowElement : HTMLElement { |
readonly attribute long sectionRowIndex; |
readonly attribute HTMLCollection cells; |
[RaisesException] HTMLElement insertCell(optional long index = -1); |
- // TODO(philipj): The index argument should not be optional. |
- [RaisesException] void deleteCell([Default=Undefined] optional long index); |
+ [RaisesException] void deleteCell(long index); |
// obsolete members |
// https://html.spec.whatwg.org/#HTMLTableRowElement-partial |