diff options
Diffstat (limited to 'Source/WebCore/html/HTMLTableRowElement.idl')
-rw-r--r-- | Source/WebCore/html/HTMLTableRowElement.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLTableRowElement.idl b/Source/WebCore/html/HTMLTableRowElement.idl index 482c61f7d..b16d754af 100644 --- a/Source/WebCore/html/HTMLTableRowElement.idl +++ b/Source/WebCore/html/HTMLTableRowElement.idl @@ -29,8 +29,8 @@ module html { attribute [Reflect=char] DOMString ch; attribute [Reflect=charoff] DOMString chOff; attribute [Reflect] DOMString vAlign; - HTMLElement insertCell(in [Optional=CallWithDefaultValue] long index) raises(DOMException); - void deleteCell(in [Optional=CallWithDefaultValue] long index) raises(DOMException); + HTMLElement insertCell(in [Optional=DefaultIsUndefined] long index) raises(DOMException); + void deleteCell(in [Optional=DefaultIsUndefined] long index) raises(DOMException); }; } |