mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
r=dougt, sr=blizzard, a=asa OS/2 only - crash in helpers - destroy window, don't send a close message
This commit is contained in:
parent
c1edf0c44c
commit
e6feaaaa72
@ -924,8 +924,7 @@ _pl_CleanupNativeNotifier(PLEventQueue* self)
|
||||
SendMessage(self->eventReceiverWindow, WM_CLOSE, 0, 0);
|
||||
|
||||
#elif defined(XP_OS2)
|
||||
// See above Windows comment
|
||||
WinSendMsg(self->eventReceiverWindow, WM_CLOSE, 0, 0);
|
||||
WinDestroyWindow(self->eventReceiverWindow);
|
||||
#elif defined(MAC_USE_CARBON_EVENT)
|
||||
EventComparatorUPP comparator = NewEventComparatorUPP(_md_CarbonEventComparator);
|
||||
PR_ASSERT(comparator != NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user