| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index a27ae3df27d802b6233649e17f0359e083fa0f81..95719d087bc693a2201df40f4b7de824ccd953cb 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -73,8 +73,7 @@ interface HTMLInputElement : 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;
|
|
|
|
|