Fix for bug 483444. r/sr=mrbkap.

--HG--
extra : rebase_source : d11ad967d8b6910666f31d0b46d50c5cc6701350
This commit is contained in:
Peter Van der Beken 2009-03-31 15:07:41 +02:00
parent 80e30b821f
commit df2064bcee

View File

@ -558,7 +558,6 @@ txStylesheet::addAttributeSet(txAttributeSetItem* aAttributeSetItem)
aAttributeSetItem->mFirstInstruction.forget();
delete lastNonReturn->mNext; // Delete the txReturn...
lastNonReturn->mNext = oldInstr; // ...and link up the old instructions.
return NS_OK;