зеркало из https://github.com/mozilla/pjs.git
Bug 583493 - nsTransactionItem log spew is making working with tinderbox impossible.
This commit is contained in:
Родитель
c541e3314e
Коммит
326985c38d
|
@ -223,7 +223,10 @@ nsTransactionItem::UndoTransaction(nsTransactionManager *aTxMgr)
|
|||
return result;
|
||||
}
|
||||
|
||||
NS_ENSURE_TRUE(mTransaction, NS_OK);
|
||||
// FIXME: bug 583493
|
||||
// NS_ENSURE_TRUE(mTransaction, NS_OK);
|
||||
if (!mTransaction)
|
||||
return NS_OK;
|
||||
|
||||
result = mTransaction->UndoTransaction();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче