Bug 1610653 - Part 18: Do not store lexical variable also to global this property in services/common. r=mossop

Differential Revision: https://phabricator.services.mozilla.com/D144125
This commit is contained in:
Tooru Fujisawa 2022-05-30 15:19:42 +00:00
parent 266e05342c
commit 3242540ef5
2 changed files with 0 additions and 3 deletions

View File

@ -550,6 +550,5 @@ function transactionProxy(collection, preloaded) {
},
};
}
this.FirefoxAdapter = FirefoxAdapter;
var EXPORTED_SYMBOLS = ["FirefoxAdapter"];

View File

@ -209,5 +209,3 @@ class UptakeTelemetry {
}
}
}
this.UptakeTelemetry = UptakeTelemetry;