| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index 4a2e00480c9ca5b16230e8b9c13fe6a92d94807c..209b1773c50d1552f3ede9ab965f71c4c96ca396 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -85,7 +85,7 @@
|
| [RaisesException] void setRangeText(DOMString replacement,
|
| unsigned long start,
|
| unsigned long end,
|
| - optional DOMString selectionMode = null);
|
| + [Default=NullString] optional DOMString selectionMode);
|
|
|
| [RaisesException, ImplementedAs=setSelectionRangeForBinding]
|
| void setSelectionRange([Default=Undefined] optional long start,
|
|
|