Index: Source/core/html/HTMLObjectElement.h |
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h |
index d591db97dc4b9bdc6d145819969625e136174785..7a8b64876d3031ef9f7542464fd68f64e7cbd4e9 100644 |
--- a/Source/core/html/HTMLObjectElement.h |
+++ b/Source/core/html/HTMLObjectElement.h |
@@ -60,6 +60,7 @@ public: |
// Note that the object elements are always barred from constraint validation. |
virtual String validationMessage() const override { return String(); } |
bool checkValidity() { return true; } |
+ bool reportValidity() { return true; } |
virtual void setCustomValidity(const String&) override { } |
#if !ENABLE(OILPAN) |