Bug 1259672 Rename InternalFormEvent::originator to mOriginator r=smaug

MozReview-Commit-ID: 1RoHVeziNr3
This commit is contained in:
Masayuki Nakano
2016-08-03 17:06:10 +09:00
parent 4c8f61c962
commit 439ffd5083
4 changed files with 7 additions and 7 deletions

View File

@@ -369,7 +369,7 @@ HTMLButtonElement::PostHandleEvent(EventChainPostVisitor& aVisitor)
mType == NS_FORM_BUTTON_RESET)) {
InternalFormEvent event(true,
(mType == NS_FORM_BUTTON_RESET) ? eFormReset : eFormSubmit);
event.originator = this;
event.mOriginator = this;
nsEventStatus status = nsEventStatus_eIgnore;
nsCOMPtr<nsIPresShell> presShell =