Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLTableSectionElement.idl
index a8f0b89..8816676 100644 (file)
@@ -24,6 +24,6 @@ interface HTMLTableSectionElement : HTMLElement {
     [Reflect=charoff] attribute DOMString chOff;
     [Reflect] attribute DOMString vAlign;
     readonly attribute HTMLCollection rows;
-    [RaisesException] HTMLElement insertRow(optional long index);
+    [RaisesException] HTMLElement insertRow(optional long index = -1);
     [RaisesException] void deleteRow([Default=Undefined] optional long index);
 };