mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Remove SetGCZeal() stub and its callers.
This commit is contained in:
parent
ed9ef4d079
commit
f8ab99eba0
6 changed files with 1 additions and 33 deletions
|
|
@ -1479,10 +1479,6 @@ SpecialPowersAPI.prototype = {
|
|||
Cu.schedulePreciseGC(genGCCallback(callback));
|
||||
},
|
||||
|
||||
setGCZeal: function(zeal) {
|
||||
Cu.setGCZeal(zeal);
|
||||
},
|
||||
|
||||
isMainProcess: function() {
|
||||
try {
|
||||
return Cc["@mozilla.org/xre/app-info;1"].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue