Backed out 2 changesets (bug 1563313) for failures in test_protocolproxyservice.js CLOSED TREE

Backed out changeset 0585bc6ff55b (bug 1563313)
Backed out changeset 3b9ef89d8c5c (bug 1563313)
This commit is contained in:
Mihai Alexandru Michis
2019-07-15 23:57:57 +03:00
parent 8890de5a46
commit f3a540d1a9
2 changed files with 7 additions and 2 deletions

View File

@@ -533,6 +533,7 @@ nsAsyncResolveRequest::AsyncApplyFilters::OnProxyFilterResult(
}
mFilterCalledBack = true;
mProxyInfo = aProxyInfo;
if (mProcessingInLoop) {
// No need to call/dispatch ProcessNextFilter(), we are in a control
@@ -547,8 +548,6 @@ nsAsyncResolveRequest::AsyncApplyFilters::OnProxyFilterResult(
return NS_OK;
}
mProxyInfo = aProxyInfo;
if (mNextFilterIndex == mFiltersCopy.Length()) {
// We are done, all filters have been called on!
Finish();