Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@193976 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -482,8 +482,8 @@ nsObjectFrame::Init(nsIContent* aContent,
|
||||
return rv;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsObjectFrame::Destroy(nsPresContext* aPresContext)
|
||||
void
|
||||
nsObjectFrame::Destroy()
|
||||
{
|
||||
NS_ASSERTION(!mInstantiating, "about to crash due to bug 136927");
|
||||
|
||||
@@ -491,7 +491,7 @@ nsObjectFrame::Destroy(nsPresContext* aPresContext)
|
||||
// doing this in the destructor is too late.
|
||||
StopPlugin();
|
||||
|
||||
return nsObjectFrameSuper::Destroy(aPresContext);
|
||||
nsObjectFrameSuper::Destroy();
|
||||
}
|
||||
|
||||
nsIAtom*
|
||||
|
||||
Reference in New Issue
Block a user