Index: Source/WebCore/html/HTMLFormControlElement.h |
=================================================================== |
--- Source/WebCore/html/HTMLFormControlElement.h (revision 122284) |
+++ Source/WebCore/html/HTMLFormControlElement.h (working copy) |
@@ -132,6 +132,8 @@ |
void setNeedsWillValidateCheck(); |
virtual bool recalcWillValidate() const; |
+ bool validationMessageShadowTreeContains(Node*) const; |
+ |
private: |
virtual void refFormAssociatedElement() { ref(); } |
virtual void derefFormAssociatedElement() { deref(); } |