Bug 1287059 - Part 1: Return all possible list names while converting from threat type. r=francois.

MozReview-Commit-ID: KgT4CrBzvu0
This commit is contained in:
Henry
2016-08-16 17:30:11 +08:00
parent 95e6ff184b
commit dab0bfeabc
6 changed files with 49 additions and 18 deletions

View File

@@ -471,6 +471,8 @@ nsUrlClassifierDBServiceWorker::BeginStream(const nsACString &table)
mProtocolParser->SetCurrentTable(table);
}
mProtocolParser->SetRequestedTables(mUpdateTables);
return NS_OK;
}