bug 825419 - outparamdel nsIDocShell::GetPresShell() r=smaug

This commit is contained in:
Trevor Saunders
2012-12-28 20:56:42 -05:00
parent dfec100718
commit 182f3ee366
24 changed files with 82 additions and 160 deletions

View File

@@ -1438,7 +1438,7 @@ ChromeTooltipListener::sTooltipCallback(nsITimer *aTimer,
do_GetInterface(static_cast<nsIWebBrowser*>(self->mWebBrowser));
nsCOMPtr<nsIPresShell> shell;
if (docShell) {
docShell->GetPresShell(getter_AddRefs(shell));
shell = docShell->GetPresShell();
}
nsIWidget* widget = nullptr;