| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index 0c3c8901779eb83f92e734d47f024edad61c11fd..5b86abcf79e5a0d906422d75d07ebaa4ebc4c487 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -71,7 +71,7 @@ public:
|
| WeakPtr<HTMLFormElement> createWeakPtr();
|
| void didAssociateByParser();
|
|
|
| - bool prepareForSubmission(Event*);
|
| + void prepareForSubmission(Event*);
|
| void submit();
|
| void submitFromJavaScript();
|
| void reset();
|
| @@ -172,8 +172,7 @@ private:
|
| bool m_didFinishParsingChildren;
|
|
|
| bool m_wasUserSubmitted;
|
| - bool m_isSubmittingOrPreparingForSubmission;
|
| - bool m_shouldSubmit;
|
| + bool m_isSubmitting;
|
|
|
| bool m_isInResetFunction;
|
|
|
|
|