| Index: Source/core/html/HTMLTextAreaElement.idl
|
| diff --git a/Source/core/html/HTMLTextAreaElement.idl b/Source/core/html/HTMLTextAreaElement.idl
|
| index 2e01c6d037d598d36207f1ebf0dca6e7e14f8e3b..e5d79264392ba634df58527b95bc194cf2b58538 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.idl
|
| +++ b/Source/core/html/HTMLTextAreaElement.idl
|
| @@ -24,7 +24,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
| attribute long cols;
|
| [Reflect] attribute DOMString dirName;
|
| [Reflect] attribute boolean disabled;
|
| - readonly attribute HTMLFormElement form;
|
| + [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
|
| [RaisesException=Setter] attribute long maxLength;
|
| [Reflect] attribute DOMString name;
|
| [Reflect] attribute DOMString placeholder;
|
|
|