Bug 1259659 - rename from InternalUIEvent.detail to InternalUIEvent.mDetail. r=masayuki

MozReview-Commit-ID: FjqZ5D2NCFb
This commit is contained in:
Tetsuharu OHZEKI
2016-03-26 16:22:27 +09:00
parent 178960ad82
commit 2f2576b0a0
7 changed files with 12 additions and 12 deletions

View File

@@ -253,7 +253,7 @@ HTMLButtonElement::PostHandleEvent(EventChainPostVisitor& aVisitor)
// DOMActive event should be trusted since the activation is actually
// occurred even if the cause is an untrusted click event.
InternalUIEvent actEvent(true, eLegacyDOMActivate, mouseEvent);
actEvent.detail = 1;
actEvent.mDetail = 1;
nsCOMPtr<nsIPresShell> shell = aVisitor.mPresContext->GetPresShell();
if (shell) {