mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Commit backout.
This commit is contained in:
commit
83d0d48282
@ -729,11 +729,6 @@ nsHttpServer.prototype =
|
||||
// Fire a pending server-stopped notification if it's our responsibility.
|
||||
if (!this._hasOpenConnections() && this._socketClosed)
|
||||
this._notifyStopped();
|
||||
// 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...
|
||||
if (typeof gc === "function")
|
||||
gc();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user