Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 0b65f3f9a7bfa70bce1305ed37f6caddb9cdb04d..678111499ac23a57d65e6816ece1be216bb68f16 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -429,7 +429,8 @@ public: |
virtual bool isRequiredFormControl() const { return false; } |
virtual bool isDefaultButtonForForm() const { return false; } |
virtual bool willValidate() const { return false; } |
- virtual bool isValidFormControlElement() { return false; } |
+ virtual bool isValidElement() { return false; } |
+ virtual bool matchesValidityPseudoClasses() const { return false; } |
keishi
2014/10/15 06:37:16
nit: maybe this should be grouped with matchesRead
Bartek Nowierski
2014/10/15 06:43:05
Done.
|
virtual bool isInRange() const { return false; } |
virtual bool isOutOfRange() const { return false; } |
virtual bool isClearButtonElement() const { return false; } |