| Index: Source/core/html/HTMLTextAreaElement.idl
 | 
| diff --git a/Source/core/html/HTMLTextAreaElement.idl b/Source/core/html/HTMLTextAreaElement.idl
 | 
| index be1804dc5b1c50f53d5549584ac22cc7d874d0fb..f61397f8dbe5ae24f88c96a58633d46176677793 100644
 | 
| --- a/Source/core/html/HTMLTextAreaElement.idl
 | 
| +++ b/Source/core/html/HTMLTextAreaElement.idl
 | 
| @@ -58,7 +58,7 @@ interface HTMLTextAreaElement : HTMLElement {
 | 
|                          unsigned long end,
 | 
|                          optional DOMString selectionMode = null);
 | 
|  
 | 
| -    void setSelectionRange([Default=Undefined] optional long start,
 | 
| -                           [Default=Undefined] optional long end,
 | 
| +    void setSelectionRange(optional long start,
 | 
| +                           optional long end,
 | 
|                             optional DOMString direction);
 | 
|  };
 | 
| 
 |