Bug 1252998 - StorageActivityService - part 2 - Use of StorageActivityService in LocalStorage, r=asuth

This commit is contained in:
Andrea Marchesini 2018-04-18 18:19:10 +02:00
Родитель 4a97618634
Коммит 2d7cb1d63f
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -290,6 +290,9 @@ BackgroundParentImpl::RecvBroadcastLocalStorageChange(
const PrincipalInfo& aPrincipalInfo,
const bool& aIsPrivate)
{
// Let's inform the StorageActivityService about this change.
dom::StorageActivityService::SendActivity(aPrincipalInfo);
nsTArray<PBackgroundParent*> liveActorArray;
if (NS_WARN_IF(!BackgroundParent::GetLiveActorArray(this, liveActorArray))) {
return IPC_FAIL_NO_REASON(this);