summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLFormElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLFormElement.h')
-rw-r--r--Source/WebCore/html/HTMLFormElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/WebCore/html/HTMLFormElement.h b/Source/WebCore/html/HTMLFormElement.h
index 7d7f4f8..f723533 100644
--- a/Source/WebCore/html/HTMLFormElement.h
+++ b/Source/WebCore/html/HTMLFormElement.h
@@ -144,8 +144,9 @@ private:
bool validateInteractively(Event*);
// Validates each of the controls, and stores controls of which 'invalid'
- // event was not canceled to the specified vector.
- void collectUnhandledInvalidControls(Vector<RefPtr<FormAssociatedElement> >&);
+ // event was not canceled to the specified vector. Returns true if there
+ // are any invalid controls in this form.
+ bool checkInvalidControlsAndCollectUnhandled(Vector<RefPtr<FormAssociatedElement> >&);
void broadcastFormEvent(const AtomicString&);