mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
[Basilisk] Remove browser.tabs.crashReporting.sendReport prefs
This commit is contained in:
parent
264cd17e94
commit
36ca1ce479
2 changed files with 0 additions and 12 deletions
|
|
@ -50,11 +50,6 @@ this.TabCrashHandler = {
|
|||
unseenCrashedChildIDs: [],
|
||||
crashedBrowserQueues: new Map(),
|
||||
|
||||
get prefs() {
|
||||
delete this.prefs;
|
||||
return this.prefs = Services.prefs.getBranch("browser.tabs.crashReporting.");
|
||||
},
|
||||
|
||||
init: function () {
|
||||
if (this.initialized)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue