| Index: third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
|
| index e07061632b175d50cb34d7814c95745508d66f6e..acc5c54f8828cf8cf6d5ed9b7eda322ea4b7816b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTextAreaElement.idl
|
| @@ -64,6 +64,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
| optional SelectionMode selectionMode = "preserve");
|
| // TODO(foolip): The start and end arguments should be unsigned long and
|
| // should not be optional.
|
| + [ImplementedAs=setSelectionRangeForBinding]
|
| void setSelectionRange([Default=Undefined] optional long start,
|
| [Default=Undefined] optional long end,
|
| optional DOMString direction);
|
|
|