X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FHTMLTableRowElement.idl;h=1f06529465600a0fedfd35d1657c61524ef97ac8;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=aadbc513c7d70a7a22318f3b5240d787ebc6d1c4;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl b/src/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl index aadbc51..1f06529 100644 --- a/src/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl +++ b/src/third_party/WebKit/Source/core/html/HTMLTableRowElement.idl @@ -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); };