Backing out patch that was accidentally checked in with bug 284950.

This commit is contained in:
cvshook%sicking.cc 2005-12-29 04:58:30 +00:00
Родитель 3803b5dbe0
Коммит 24a5b13686
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -988,10 +988,7 @@ nsMathMLContainerFrame::RemoveFrame(nsIAtom* aListName,
return NS_ERROR_INVALID_ARG;
}
// remove the child frame
nsPresContext* presContext = GetPresContext();
presContext->PresShell()->FrameConstructor()->
RemoveMappingsForFrameSubtree(aOldFrame);
mFrames.DestroyFrame(presContext, aOldFrame);
mFrames.DestroyFrame(GetPresContext(), aOldFrame);
return ChildListChanged(nsIDOMMutationEvent::REMOVAL);
}