| Index: Source/core/html/HTMLTextAreaElement.idl
|
| diff --git a/Source/core/html/HTMLTextAreaElement.idl b/Source/core/html/HTMLTextAreaElement.idl
|
| index 608f3bb25f56ab2c35cbb573710bd07f735c7987..9a30be3e563df26d887e149eba49f5a9efc34021 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.idl
|
| +++ b/Source/core/html/HTMLTextAreaElement.idl
|
| @@ -73,5 +73,5 @@ interface HTMLTextAreaElement : HTMLElement {
|
|
|
| // HTML autocapitalize proposal
|
| // https://github.com/mounirlamouri/html-autocapitalize/blob/master/proposal.md
|
| - attribute DOMString autocapitalize;
|
| + [Measure] attribute DOMString autocapitalize;
|
| };
|
|
|