Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLTableRowElement.idl
index aadbc51..1f06529 100644 (file)
@@ -27,6 +27,6 @@ interface HTMLTableRowElement : HTMLElement {
     [Reflect=char] attribute DOMString ch;
     [Reflect=charoff] attribute DOMString chOff;
     [Reflect] attribute DOMString vAlign;
-    [RaisesException] HTMLElement insertCell(optional long index);
+    [RaisesException] HTMLElement insertCell(optional long index = -1);
     [RaisesException] void deleteCell([Default=Undefined] optional long index);
 };