This commit is contained in:
Doug Turner 2010-06-26 00:30:57 -07:00
Родитель d5e677df44
Коммит 6e581faf93
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2900,8 +2900,8 @@ nsNavHistory::AddVisit(nsIURI* aURI, PRTime aTime, nsIURI* aReferringURI,
// GetQueryResults to maintain consistency. // GetQueryResults to maintain consistency.
// FIXME bug 325241: make a way to observe hidden URLs // FIXME bug 325241: make a way to observe hidden URLs
if (!hidden) { if (!hidden) {
NotifyOnVisit(aURI, *aVisitID, aTime, aSessionID, referringVisitID, FireOnVisit(aURI, *aVisitID, aTime, aSessionID, referringVisitID,
aTransitionType); aTransitionType);
} }
// Normally docshell sends the link visited observer notification for us (this // Normally docshell sends the link visited observer notification for us (this