mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 545775 part.7 remove an assertion from nsContentIterator r=roc
This commit is contained in:
parent
020e814d67
commit
a0f5a4d3e1
@ -917,8 +917,6 @@ nsContentIterator::PrevNode(nsINode *aNode, nsTArray<PRInt32> *aIndexes)
|
||||
void
|
||||
nsContentIterator::First()
|
||||
{
|
||||
NS_ASSERTION(mFirst, "No first node!");
|
||||
|
||||
if (mFirst) {
|
||||
#ifdef DEBUG
|
||||
nsresult rv =
|
||||
|
Loading…
Reference in New Issue
Block a user