diff options
Diffstat (limited to 'dom/events/EventNameList.h')
-rw-r--r-- | dom/events/EventNameList.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dom/events/EventNameList.h b/dom/events/EventNameList.h index 214b844e7..94e8a589b 100644 --- a/dom/events/EventNameList.h +++ b/dom/events/EventNameList.h @@ -172,6 +172,10 @@ EVENT(click, eMouseClick, EventNameType_All, eMouseEventClass) +EVENT(close, + eClose, + EventNameType_HTMLXUL, + eBasicEventClass) EVENT(contextmenu, eContextMenu, EventNameType_HTMLXUL, @@ -773,10 +777,6 @@ NON_IDL_EVENT(command, eXULCommand, EventNameType_XUL, eInputEventClass) -NON_IDL_EVENT(close, - eWindowClose, - EventNameType_XUL, - eBasicEventClass) NON_IDL_EVENT(popupshowing, eXULPopupShowing, EventNameType_XUL, |