зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1167189: Use a size annotation on the OOM abort. r=bholley
--HG-- extra : rebase_source : dc6239a85b5136314fb9884ff0c989fcf407f904
This commit is contained in:
Родитель
b0aca35272
Коммит
f4189e1554
|
@ -2208,7 +2208,7 @@ nsSameProcessAsyncMessageBase::nsSameProcessAsyncMessageBase(JSContext* aCx,
|
|||
mPrincipal(aPrincipal)
|
||||
{
|
||||
if (aData.mDataLength && !mData.copy(aData.mData, aData.mDataLength)) {
|
||||
NS_RUNTIMEABORT("OOM");
|
||||
NS_ABORT_OOM(aData.mDataLength);
|
||||
}
|
||||
mClosure = aData.mClosure;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче