From 23a8e99aa8f7923c41357e02e10f799e0603a08e Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Mon, 28 Jan 2019 15:10:59 -0500 Subject: [PATCH] Bug 1523106 - Fix build bustage on a CLOSED TREE --- dom/base/nsGlobalWindowOuter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom/base/nsGlobalWindowOuter.cpp b/dom/base/nsGlobalWindowOuter.cpp index 22a59448649f..894980522943 100644 --- a/dom/base/nsGlobalWindowOuter.cpp +++ b/dom/base/nsGlobalWindowOuter.cpp @@ -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) {