Index: Source/core/html/HTMLTableElement.idl |
diff --git a/Source/core/html/HTMLTableElement.idl b/Source/core/html/HTMLTableElement.idl |
index 4cd6d6f573b94d83bc3caa36fdc5bdea21e30659..3072583711cf1c6ab134838853920f00db9389c3 100644 |
--- a/Source/core/html/HTMLTableElement.idl |
+++ b/Source/core/html/HTMLTableElement.idl |
@@ -45,6 +45,6 @@ interface HTMLTableElement : HTMLElement { |
HTMLElement createCaption(); |
void deleteCaption(); |
- [RaisesException] HTMLElement insertRow([Default=Undefined] optional long index); |
+ [RaisesException] HTMLElement insertRow(optional long index); |
[RaisesException] void deleteRow([Default=Undefined] optional long index); |
}; |