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

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

Issue 199633017: Blink doesnt respect the form.submit() when called on "focus" event for invalid form (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding changes to rename variable Created 6 years, 9 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') | Source/core/html/HTMLFormElement.cpp » ('J')
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 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;
« no previous file with comments | « no previous file | Source/core/html/HTMLFormElement.cpp » ('j') | Source/core/html/HTMLFormElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698