зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 96a66c1a50bd for failing unit tests.
This commit is contained in:
Родитель
a3132fc3e0
Коммит
b439b74cb4
|
@ -4524,12 +4524,12 @@ nsNavHistory::RemovePagesFromHost(const nsACString& aHost, PRBool aEntireDomain)
|
|||
hostPlaceIds.AppendInt(placeId);
|
||||
}
|
||||
|
||||
// force a full refresh calling onEndUpdateBatch (will call Refresh())
|
||||
UpdateBatchScoper batch(*this); // sends Begin/EndUpdateBatch to observers
|
||||
|
||||
rv = RemovePagesInternal(hostPlaceIds);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
// force a full refresh calling onEndUpdateBatch (will call Refresh())
|
||||
UpdateBatchScoper batch(*this); // sends Begin/EndUpdateBatch to observers
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче