mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1060526 - Call DestroyWindow() in TabChild::ActorDestroy(). r=smaug
This commit is contained in:
parent
da0a58f3db
commit
27cfcc7c66
@ -1550,6 +1550,8 @@ TabChild::DestroyWindow()
|
||||
void
|
||||
TabChild::ActorDestroy(ActorDestroyReason why)
|
||||
{
|
||||
DestroyWindow();
|
||||
|
||||
if (mTabChildGlobal) {
|
||||
// The messageManager relays messages via the TabChild which
|
||||
// no longer exists.
|
||||
|
Loading…
Reference in New Issue
Block a user