Bug 1209464: Fix missing neutered window region in MessageChannel::WaitForInterruptNotify. Regression from bug 1189709; r=jimm

This commit is contained in:
Aaron Klotz 2015-10-04 22:17:20 -06:00
parent 91bb4e6394
commit 83d462aee4

View File

@ -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.