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:
uid502
2003-09-23 17:05:29 +00:00
parent 02148703ce
commit e9d6a45b46
41 changed files with 204 additions and 721 deletions

View File

@@ -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>