mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
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:
parent
266e05342c
commit
3242540ef5
@ -550,6 +550,5 @@ function transactionProxy(collection, preloaded) {
|
||||
},
|
||||
};
|
||||
}
|
||||
this.FirefoxAdapter = FirefoxAdapter;
|
||||
|
||||
var EXPORTED_SYMBOLS = ["FirefoxAdapter"];
|
||||
|
@ -209,5 +209,3 @@ class UptakeTelemetry {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
this.UptakeTelemetry = UptakeTelemetry;
|
||||
|
Loading…
Reference in New Issue
Block a user