зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1822062 - avoid sending NotifyVisited IPCs with no URIs, r=emilio.
Differential Revision: https://phabricator.services.mozilla.com/D172688
This commit is contained in:
Родитель
5df0512bdd
Коммит
839d8942f2
|
@ -216,7 +216,9 @@ void BaseHistory::SendPendingVisitedResultsToChildProcesses() {
|
|||
resultsForProcess.AppendElement(result.mResult);
|
||||
}
|
||||
}
|
||||
Unused << NS_WARN_IF(!cp->SendNotifyVisited(resultsForProcess));
|
||||
if (!resultsForProcess.IsEmpty()) {
|
||||
Unused << NS_WARN_IF(!cp->SendNotifyVisited(resultsForProcess));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче