DescriptionSplit HTMLFormElement::m_isSubmittingOrInUserJSSubmitEvent.
This CL splits HTMLFormElement::m_isSubmittingOrInUserJSSubmitEvent into
m_isSubmitting and m_inUserJSSubmitEvent.
- This is a preparation to fix crbug.com/196640.
- Use WTF::AutoReset, which can't apply to bitfields.
- This has no behavior changes.
BUG=196640
Committed: https://crrev.com/f3468bf880d95d79b516ee19cbe6f1807f7e5c61
Cr-Commit-Position: refs/heads/master@{#412539}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Change the order of AutoReset<> and EventQueueScope #
Messages
Total messages: 20 (14 generated)
|