diff --git a/toolkit/modules/PermissionsUtils.jsm b/toolkit/modules/PermissionsUtils.jsm index 2377697a706..aa3f48d514b 100644 --- a/toolkit/modules/PermissionsUtils.jsm +++ b/toolkit/modules/PermissionsUtils.jsm @@ -37,7 +37,7 @@ function importPrefBranch(aPrefBranch, aPermission, aAction) { } -let PermissionsUtils = { +this.PermissionsUtils = { /** * Import permissions from perferences to the Permissions Manager. After being * imported, all processed permissions will be set to an empty string.