mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1111245 - Remove an incoherent OOM assertion; r=jorendorff
This commit is contained in:
parent
9e54bfb48f
commit
e061be2432
@ -1007,8 +1007,6 @@ ThreadSafeContext::recoverFromOutOfMemory()
|
||||
if (maybecx->isExceptionPending()) {
|
||||
MOZ_ASSERT(maybecx->isThrowingOutOfMemory());
|
||||
maybecx->clearPendingException();
|
||||
} else {
|
||||
MOZ_ASSERT(maybecx->runtime()->hadOutOfMemory);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user