| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index a27ae3df27d802b6233649e17f0359e083fa0f81..766f9187f4f3d2119be206b4be59a5ca8d2c2cef 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;
|
|
|
|
|