Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: Source/core/html/HTMLFormElement.h

Issue 179663002: Remove HTMLFormElement::m_shouldSubmit Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698