Index: Source/core/html/HTMLFormElement.idl |
diff --git a/Source/core/html/HTMLFormElement.idl b/Source/core/html/HTMLFormElement.idl |
index 36db8c9c442c1261d9590f80ad2b35b3d744cb64..203c2876cc8df83ecd779df573765699943e1559 100644 |
--- a/Source/core/html/HTMLFormElement.idl |
+++ b/Source/core/html/HTMLFormElement.idl |
@@ -39,6 +39,7 @@ |
[ImplementedAs=submitFromJavaScript] void submit(); |
[CustomElementCallbacks] void reset(); |
boolean checkValidity(); |
+ boolean reportValidity(); |
[RuntimeEnabled=RequestAutocomplete] void requestAutocomplete(); |
}; |