Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron
git-svn-id: svn://10.0.0.236/trunk@147169 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -109,9 +109,7 @@ view_manager(nsIDocShell *aDocShell)
|
||||
nsCOMPtr<nsIPresShell> shell(pres_shell(aDocShell));
|
||||
if (!shell)
|
||||
return nsnull;
|
||||
nsIViewManager *result = nsnull;
|
||||
shell->GetViewManager(&result);
|
||||
return result;
|
||||
return shell->GetViewManager();
|
||||
}
|
||||
|
||||
static already_AddRefed<nsIDocument>
|
||||
|
||||
Reference in New Issue
Block a user