summaryrefslogtreecommitdiffstats
path: root/xpfe
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-01-07 09:48:00 -0500
committerGaming4JC <g4jc@hyperbola.info>2020-01-07 18:33:24 -0500
commit52bda2a828364a9a2b3847a005587fa0ea952b30 (patch)
treeecd9e09c98e8a46660f5d404553158b1c8212519 /xpfe
parent25e85f99ce64a048b8035222f0f501de546a1db5 (diff)
downloadUXP-52bda2a828364a9a2b3847a005587fa0ea952b30.tar
UXP-52bda2a828364a9a2b3847a005587fa0ea952b30.tar.gz
UXP-52bda2a828364a9a2b3847a005587fa0ea952b30.tar.lz
UXP-52bda2a828364a9a2b3847a005587fa0ea952b30.tar.xz
UXP-52bda2a828364a9a2b3847a005587fa0ea952b30.zip
Bug 1379728 part 1. Remove the double-definition of the 'close' event from EventNameList.h.
Tag #1343
Diffstat (limited to 'xpfe')
-rw-r--r--xpfe/appshell/nsWebShellWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xpfe/appshell/nsWebShellWindow.cpp b/xpfe/appshell/nsWebShellWindow.cpp
index 288d94759..f703be728 100644
--- a/xpfe/appshell/nsWebShellWindow.cpp
+++ b/xpfe/appshell/nsWebShellWindow.cpp
@@ -323,7 +323,7 @@ nsWebShellWindow::RequestWindowClose(nsIWidget* aWidget)
RefPtr<nsPresContext> presContext = presShell->GetPresContext();
nsEventStatus status = nsEventStatus_eIgnore;
- WidgetMouseEvent event(true, eWindowClose, nullptr,
+ WidgetMouseEvent event(true, eClose, nullptr,
WidgetMouseEvent::eReal);
if (NS_SUCCEEDED(eventTarget->DispatchDOMEvent(&event, nullptr, presContext, &status)) &&
status == nsEventStatus_eConsumeNoDefault)
@@ -759,7 +759,7 @@ bool nsWebShellWindow::ExecuteCloseHandler()
contentViewer->GetPresContext(getter_AddRefs(presContext));
nsEventStatus status = nsEventStatus_eIgnore;
- WidgetMouseEvent event(true, eWindowClose, nullptr,
+ WidgetMouseEvent event(true, eClose, nullptr,
WidgetMouseEvent::eReal);
nsresult rv =