| Index: Source/core/html/HTMLFormElement.h
|
| diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h
|
| index aa71694b085dd1ede35f371524e17477f6fe1c06..12d01df60c82bcaa79e98fc49324653aea54da45 100644
|
| --- a/Source/core/html/HTMLFormElement.h
|
| +++ b/Source/core/html/HTMLFormElement.h
|
| @@ -171,7 +171,7 @@ private:
|
| bool m_didFinishParsingChildren;
|
|
|
| bool m_wasUserSubmitted;
|
| - bool m_isSubmittingOrPreparingForSubmission;
|
| + bool m_isSubmitting;
|
| bool m_shouldSubmit;
|
|
|
| bool m_isInResetFunction;
|
|
|