mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1209464: Fix missing neutered window region in MessageChannel::WaitForInterruptNotify. Regression from bug 1189709; r=jimm
This commit is contained in:
parent
91bb4e6394
commit
83d462aee4
@ -1132,6 +1132,8 @@ MessageChannel::WaitForInterruptNotify()
|
||||
NS_ASSERTION(timerId, "SetTimer failed!");
|
||||
}
|
||||
|
||||
NeuteredWindowRegion neuteredRgn(true);
|
||||
|
||||
MSG msg = { 0 };
|
||||
|
||||
// Don't get wrapped up in here if the child connection dies.
|
||||
|
Loading…
Reference in New Issue
Block a user