diff options
Diffstat (limited to 'dom/events/EventNameList.h')
-rw-r--r-- | dom/events/EventNameList.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dom/events/EventNameList.h b/dom/events/EventNameList.h index c299133e3..94e8a589b 100644 --- a/dom/events/EventNameList.h +++ b/dom/events/EventNameList.h @@ -174,7 +174,7 @@ EVENT(click, eMouseEventClass) EVENT(close, eClose, - EventNameType_HTML, + EventNameType_HTMLXUL, eBasicEventClass) EVENT(contextmenu, eContextMenu, @@ -777,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, |