Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLObjectElement.idl
index 4eb6f39..e5338f8 100644 (file)
@@ -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: