Bug 1111245 - Remove an incoherent OOM assertion; r=jorendorff

This commit is contained in:
Terrence Cole 2014-12-18 10:17:22 -08:00
parent 9e54bfb48f
commit e061be2432

View File

@ -1007,8 +1007,6 @@ ThreadSafeContext::recoverFromOutOfMemory()
if (maybecx->isExceptionPending()) {
MOZ_ASSERT(maybecx->isThrowingOutOfMemory());
maybecx->clearPendingException();
} else {
MOZ_ASSERT(maybecx->runtime()->hadOutOfMemory);
}
}
}