Index: Source/core/html/HTMLFormElement.h |
diff --git a/Source/core/html/HTMLFormElement.h b/Source/core/html/HTMLFormElement.h |
index 4eb9ff1e420735ee13d6907221a5389a04a23276..e4bf3838a1ea693dd1a5ed08136100ddf63eac96 100644 |
--- a/Source/core/html/HTMLFormElement.h |
+++ b/Source/core/html/HTMLFormElement.h |
@@ -178,6 +178,8 @@ private: |
bool m_didFinishParsingChildren; |
bool m_wasUserSubmitted; |
+ bool m_isSubmittingOrInUserJSSubmitEvent; |
+ bool m_shouldSubmit; |
bool m_isInResetFunction; |