Bug 766025 - Remove incorrect assert in DeleteTextTxn::Init; r=ehsan

This commit is contained in:
Aryeh Gregor 2012-06-19 16:21:48 +03:00
Родитель 0f1a142f1f
Коммит 011593c531
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@ DeleteTextTxn::Init(nsEditor* aEditor,
PRUint32 aNumCharsToDelete,
nsRangeUpdater* aRangeUpdater)
{
MOZ_ASSERT(aEditor && aCharData && aNumCharsToDelete);
MOZ_ASSERT(aEditor && aCharData);
mEditor = aEditor;
mCharData = aCharData;