Remove |aPresContext| and |aPresShell| parameters from |nsIFrameManager| methods. b=208190 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@143961 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1194,7 +1194,7 @@ nsObjectFrame::Reflow(nsIPresContext* aPresContext,
|
||||
//check for alternative content with CantRenderReplacedElement()
|
||||
nsIPresShell* presShell;
|
||||
aPresContext->GetShell(&presShell);
|
||||
rv = presShell->CantRenderReplacedElement(aPresContext, this);
|
||||
rv = presShell->CantRenderReplacedElement(this);
|
||||
NS_RELEASE(presShell);
|
||||
} else {
|
||||
NotifyContentObjectWrapper();
|
||||
|
||||
Reference in New Issue
Block a user