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
Родитель 9ba6097af7
Коммит 49bdfb55cd
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -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();
}