From 52bda2a828364a9a2b3847a005587fa0ea952b30 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Tue, 7 Jan 2020 09:48:00 -0500 Subject: Bug 1379728 part 1. Remove the double-definition of the 'close' event from EventNameList.h. Tag #1343 --- dom/events/EventNameList.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'dom') 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, -- cgit v1.2.3