зеркало из https://github.com/mozilla/pjs.git
Bug 189222 - TestGtkEmbed crashes when clicking on link. r=nisheeth/sr=dbaron/a=dbaron
This commit is contained in:
Родитель
ccaf509cc5
Коммит
59d0bc88e1
|
@ -6440,8 +6440,12 @@ nsDocShell::AddToGlobalHistory(nsIChannel* aChannel, nsIURI * aURI, PRBool aHidd
|
|||
if (NS_SUCCEEDED(rv)) {
|
||||
nsCOMPtr<nsIBrowserHistory> browserHistory =
|
||||
do_QueryInterface(mGlobalHistory);
|
||||
browserHistory->OutputReferrerURL(spec.get(),
|
||||
referrerSpec.get());
|
||||
// In embedding environments, the "lite" global history
|
||||
// implementation might not implement nsIBrowserHistory.
|
||||
if (browserHistory) {
|
||||
browserHistory->OutputReferrerURL(spec.get(),
|
||||
referrerSpec.get());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче