| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index cdaed213535a8b7801884bb6f0918d0e3e3d12a3..e184aa68baaa6082b96bda1ebdadefb7ae11fe07 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -81,8 +81,8 @@ interface HTMLInputElement : HTMLElement {
|
|
|
| void select();
|
| // FIXME: selectionStart and selectionEnd should be unsigned long.
|
| - [RaisesException, ImplementedAs=selectionStartForBinding] attribute long selectionStart;
|
| - [RaisesException, ImplementedAs=selectionEndForBinding] attribute long selectionEnd;
|
| + [RaisesException, ImplementedAs=selectionStartForBinding] attribute unsigned long selectionStart;
|
| + [RaisesException, ImplementedAs=selectionEndForBinding] attribute unsigned long selectionEnd;
|
| [RaisesException, ImplementedAs=selectionDirectionForBinding] attribute DOMString selectionDirection;
|
| [RaisesException] void setRangeText(DOMString replacement);
|
| [RaisesException] void setRangeText(DOMString replacement,
|
|
|