| Index: Source/core/html/HTMLTextAreaElement.idl
|
| diff --git a/Source/core/html/HTMLTextAreaElement.idl b/Source/core/html/HTMLTextAreaElement.idl
|
| index ccd39e0da3b6d9e76e7a6e32fad9c50380734e25..3fe6fb4c386f4a06f97f588352bec6b26352c666 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;
|
|
|
|
|