Skip to content

Commit af3e2ef

Browse files
committed
Restore missing Cc import.
1 parent feac9f4 commit af3e2ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/https-everywhere.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ let https_blacklist_domains = {};
2020
const CI = Components.interfaces;
2121
const CC = Components.classes;
2222
const Ci = Components.interfaces;
23+
const Cc = Components.classes;
2324
const Cu = Components.utils;
2425

2526
Cu.import("resource://gre/modules/Services.jsm");

0 commit comments

Comments
 (0)