mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Fix for 41664, r=ben
This commit is contained in:
parent
119cf30173
commit
2df6998f43
@ -4281,7 +4281,8 @@ nsXULElement::Click()
|
||||
nsMouseEvent evt;
|
||||
evt.eventStructType = NS_EVENT;
|
||||
evt.message = NS_MENU_ACTION;
|
||||
HandleDOMEvent(context, &evt, nsnull, NS_EVENT_FLAG_INIT, &status);
|
||||
nsEventStatus sts = nsEventStatus_eIgnore;
|
||||
HandleDOMEvent(context, &evt, nsnull, NS_EVENT_FLAG_INIT, &sts);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4281,7 +4281,8 @@ nsXULElement::Click()
|
||||
nsMouseEvent evt;
|
||||
evt.eventStructType = NS_EVENT;
|
||||
evt.message = NS_MENU_ACTION;
|
||||
HandleDOMEvent(context, &evt, nsnull, NS_EVENT_FLAG_INIT, &status);
|
||||
nsEventStatus sts = nsEventStatus_eIgnore;
|
||||
HandleDOMEvent(context, &evt, nsnull, NS_EVENT_FLAG_INIT, &sts);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user