From 6fde853fa8276926f30c7135bdd5f68de3afc35a Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Thu, 5 Apr 2018 08:10:46 -0400 Subject: [PALEMOON] Fix redeclarations of shorthand Cc, Ci, Cu --- application/palemoon/base/content/browser.js | 1 + 1 file changed, 1 insertion(+) (limited to 'application/palemoon/base/content/browser.js') diff --git a/application/palemoon/base/content/browser.js b/application/palemoon/base/content/browser.js index 5a832c077..ffb133963 100644 --- a/application/palemoon/base/content/browser.js +++ b/application/palemoon/base/content/browser.js @@ -3,6 +3,7 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +let Cc = Components.classes; let Ci = Components.interfaces; let Cu = Components.utils; -- cgit v1.2.3