Fix refcounting error causing crash. Not part of default build.

git-svn-id: svn://10.0.0.236/trunk@149752 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-11-26 01:00:12 +00:00
parent f930bef789
commit bc41515612

View File

@@ -103,7 +103,7 @@ pres_context(nsIDocShell *aDocShell)
}
#endif
static already_AddRefed<nsIViewManager>
nsIViewManager*
view_manager(nsIDocShell *aDocShell)
{
nsCOMPtr<nsIPresShell> shell(pres_shell(aDocShell));