Use the local instead of making another virtual function call. Followup for bug 484031

This commit is contained in:
Boris Zbarsky 2009-03-31 14:21:39 -04:00
parent 9ba6097af7
commit 49bdfb55cd

View File

@ -6111,8 +6111,7 @@ nsCSSFrameConstructor::ContentAppended(nsIContent* aContainer,
}
LAYOUT_PHASE_TEMP_EXIT();
// Call ContentInserted with this index.
ContentInserted(aContainer, aContainer->GetChildAt(i), i,
mTempFrameTreeState);
ContentInserted(aContainer, content, i, mTempFrameTreeState);
LAYOUT_PHASE_TEMP_REENTER();
}