Bug 1379728 part 1. Remove the double-definition of the 'close' event from EventNameList.h.

Tag #1343
This commit is contained in:
Gaming4JC 2020-01-07 09:48:00 -05:00 committed by Roy Tam
commit 8b32eff646
2 changed files with 3 additions and 7 deletions

View file

@ -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,