Backed out 2 changesets (bug 1567892) for build bustages on a CLOSED TREE

Backed out changeset edcdfaa8a2b1 (bug 1567892)
Backed out changeset 3aef1ee02e9b (bug 1567892)
This commit is contained in:
Andreea Pavel
2019-07-25 08:26:29 +03:00
parent 822042c46d
commit d614cc5afe
17 changed files with 117 additions and 376 deletions

View File

@@ -767,9 +767,7 @@ nsProtocolProxyService::nsProtocolProxyService()
mSessionStart(PR_Now()),
mFailedProxyTimeout(30 * 60) // 30 minute default
,
mIsShutdown(false) {
MOZ_ASSERT(XRE_IsParentProcess());
}
mIsShutdown(false) {}
nsProtocolProxyService::~nsProtocolProxyService() {
// These should have been cleaned up in our Observe method.