Bug 1523106 - Fix build bustage on a CLOSED TREE

This commit is contained in:
Ehsan Akhgari 2019-01-28 15:10:59 -05:00
Родитель bb02b76105
Коммит 23a8e99aa8
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -5522,8 +5522,8 @@ void nsGlobalWindowOuter::NotifyContentBlockingEvent(unsigned aEvent,
return;
}
nsDocShell::Cast(docShell)->nsDocLoader::OnContentBlockingEvent(
aChannel, event);
nsDocShell::Cast(docShell)->nsDocLoader::OnContentBlockingEvent(channel,
event);
});
nsresult rv;
if (gSyncContentBlockingNotifications) {