From d2a322df9a8b095471c102884d23ffa70fdb8f95 Mon Sep 17 00:00:00 2001 From: Paul Bone Date: Tue, 23 Jun 2020 09:01:03 +0000 Subject: [PATCH] Bug 1626507 - Update comment since code has moved r=mattwoodrow Depends on D80339 Differential Revision: https://phabricator.services.mozilla.com/D80594 --- toolkit/modules/E10SUtils.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/modules/E10SUtils.jsm b/toolkit/modules/E10SUtils.jsm index 142af08563ed..c8b8597beef3 100644 --- a/toolkit/modules/E10SUtils.jsm +++ b/toolkit/modules/E10SUtils.jsm @@ -137,7 +137,7 @@ const kDocumentChannelDeniedURIs = [ "about:printpreview", ]; -// Changes here should also be made in URIUsesDocChannel in nsDocShell.cpp. +// Changes here should also be made in URIUsesDocChannel in DocumentChannel.cpp. function documentChannelPermittedForURI(aURI) { return ( !kDocumentChannelDeniedSchemes.includes(aURI.scheme) &&