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