| Index: Source/core/html/HTMLObjectElement.idl
|
| diff --git a/Source/core/html/HTMLObjectElement.idl b/Source/core/html/HTMLObjectElement.idl
|
| index 4eb6f396a69d528d83e14fa694a56548b98cc95b..e5338f80bd7a8098136cef8e81703922828e768c 100644
|
| --- a/Source/core/html/HTMLObjectElement.idl
|
| +++ b/Source/core/html/HTMLObjectElement.idl
|
| @@ -42,6 +42,7 @@
|
| readonly attribute ValidityState validity;
|
| readonly attribute DOMString validationMessage;
|
| boolean checkValidity();
|
| + boolean reportValidity();
|
| void setCustomValidity([TreatUndefinedAs=NullString] DOMString? error);
|
|
|
| // Introduced in DOM Level 2:
|
|
|