зеркало из https://github.com/mozilla/pjs.git
Backing out patch that was accidentally checked in with bug 284950.
This commit is contained in:
Родитель
3803b5dbe0
Коммит
24a5b13686
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче