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