| Index: Source/core/html/HTMLTextAreaElement.idl
|
| diff --git a/Source/core/html/HTMLTextAreaElement.idl b/Source/core/html/HTMLTextAreaElement.idl
|
| index ccd39e0da3b6d9e76e7a6e32fad9c50380734e25..a937807268b0636357fda157ef961f83db658016 100644
|
| --- a/Source/core/html/HTMLTextAreaElement.idl
|
| +++ b/Source/core/html/HTMLTextAreaElement.idl
|
| @@ -48,8 +48,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
| readonly attribute DOMString validationMessage;
|
| boolean checkValidity();
|
| boolean reportValidity();
|
| - // FIXME: The error argument should not be nullable.
|
| - void setCustomValidity([TreatUndefinedAs=NullString] DOMString? error);
|
| + void setCustomValidity(DOMString error);
|
|
|
| readonly attribute NodeList labels;
|
|
|
|
|