This commit is contained in:
Jesse Ruderman 2009-08-25 21:50:41 -07:00
Родитель d75327bf2d
Коммит 068aa0a05a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -607,7 +607,7 @@ static PRBool IsContinuationPlaceholder(nsIFrame* aFrame)
static void ReparentFrame(nsIFrame* aFrame, nsIFrame* aOldParent,
nsIFrame* aNewParent) {
NS_ASSERTION(aOldParent == aFrame->GetParent(),
"Parent not consistent with exepectations");
"Parent not consistent with expectations");
aFrame->SetParent(aNewParent);