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 | 3d5eed7b34b61595daf6d72f36f9c39495f168bb (patch) | |
tree | 9b7b838236aac3d904a85a140b8b62b5fd6601b9 /testing/specialpowers | |
parent | e3d560a041815cdfb83f3584aa1e1d895874d38a (diff) | |
download | uxp-3d5eed7b34b61595daf6d72f36f9c39495f168bb.tar.gz |
Remove SetGCZeal() stub and its callers.
Diffstat (limited to 'testing/specialpowers')
-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 ee94e84a30..8f1ff7465c 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"]. |