We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d4486 commit 4af80ccCopy full SHA for 4af80cc
javascript/firefox-driver/extension/components/httpd.js
@@ -836,7 +836,7 @@ nsHttpServer.prototype =
836
// Bug 508125: Add a GC here else we'll use gigabytes of memory running
837
// mochitests. We can't rely on xpcshell doing an automated GC, as that
838
// would interfere with testing GC stuff...
839
- Components.utils.forceGC();
+ gc()
840
},
841
842
/**
0 commit comments