diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2017-06-27 00:12:45 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-03 17:54:08 +0100 |
commit | 648b569a2227b76cf39e060deff8b4081ba26f06 (patch) | |
tree | 9b7b838236aac3d904a85a140b8b62b5fd6601b9 /testing/specialpowers/content/specialpowersAPI.js | |
parent | f7352531b6f7442278bb8a7b95385db05ba4ae3c (diff) | |
download | UXP-648b569a2227b76cf39e060deff8b4081ba26f06.tar UXP-648b569a2227b76cf39e060deff8b4081ba26f06.tar.gz UXP-648b569a2227b76cf39e060deff8b4081ba26f06.tar.lz UXP-648b569a2227b76cf39e060deff8b4081ba26f06.tar.xz UXP-648b569a2227b76cf39e060deff8b4081ba26f06.zip |
Remove SetGCZeal() stub and its callers.
Diffstat (limited to 'testing/specialpowers/content/specialpowersAPI.js')
-rw-r--r-- | testing/specialpowers/content/specialpowersAPI.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/specialpowers/content/specialpowersAPI.js b/testing/specialpowers/content/specialpowersAPI.js index ee94e84a3..8f1ff7465 100644 --- a/testing/specialpowers/content/specialpowersAPI.js +++ b/testing/specialpowers/content/specialpowersAPI.js @@ -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"]. |