Skip to content

Commit

Permalink
don't force garbage collection in httpd.js for firefox when connectio…
Browse files Browse the repository at this point in the history
…ns are closed
  • Loading branch information
lukeis committed Mar 2, 2015
1 parent 51d4486 commit 4af80cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/firefox-driver/extension/components/httpd.js
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ nsHttpServer.prototype =
// Bug 508125: Add a GC here else we'll use gigabytes of memory running
// mochitests. We can't rely on xpcshell doing an automated GC, as that
// would interfere with testing GC stuff...
Components.utils.forceGC();
gc()
},

/**
Expand Down

0 comments on commit 4af80cc

Please sign in to comment.