mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 783133: Remove NS_ABORT_IF_FALSE that fires somewhat regularly, which happens in a case that is correctly handled. r=mcmanus
This commit is contained in:
parent
725560a228
commit
749f2a5c6a
@ -3126,8 +3126,6 @@ WebSocketChannel::OnInputStreamReady(nsIAsyncInputStream *aStream)
|
||||
}
|
||||
|
||||
if (mStopped) {
|
||||
NS_ABORT_IF_FALSE(mLingeringCloseTimer,
|
||||
"OnInputReady after stop without linger");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user