summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLFormElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLFormElement.h')
-rw-r--r--WebCore/html/HTMLFormElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/html/HTMLFormElement.h b/WebCore/html/HTMLFormElement.h
index b996d9d..4e06bec 100644
--- a/WebCore/html/HTMLFormElement.h
+++ b/WebCore/html/HTMLFormElement.h
@@ -131,6 +131,7 @@ private:
void submit(Event*, bool activateSubmitButton, bool processingUserGesture, FormSubmissionTrigger);
+ unsigned formElementIndexWithFormAttribute(HTMLFormControlElement*);
unsigned formElementIndex(HTMLFormControlElement*);
// Returns true if the submission should be proceeded.
bool validateInteractively(Event*);
@@ -148,6 +149,8 @@ private:
CheckedRadioButtons m_checkedRadioButtons;
+ unsigned m_associatedElementsBeforeIndex;
+ unsigned m_associatedElementsAfterIndex;
Vector<HTMLFormControlElement*> m_associatedElements;
Vector<HTMLImageElement*> m_imageElements;