| Index: Source/core/html/HTMLInputElement.idl
|
| diff --git a/Source/core/html/HTMLInputElement.idl b/Source/core/html/HTMLInputElement.idl
|
| index 7ae1ef55c3796759247e7fec529f5096a7391c5f..02864ca1dc0b1ea909e9ec96b08be99cd6ac1b96 100644
|
| --- a/Source/core/html/HTMLInputElement.idl
|
| +++ b/Source/core/html/HTMLInputElement.idl
|
| @@ -73,6 +73,7 @@ interface HTMLInputElement : HTMLElement {
|
| readonly attribute ValidityState validity;
|
| readonly attribute DOMString validationMessage;
|
| boolean checkValidity();
|
| + boolean reportValidity();
|
| void setCustomValidity([TreatUndefinedAs=NullString] DOMString? error);
|
|
|
| readonly attribute NodeList labels;
|
|
|