Bug 1461515 - Split tracking annotations from tracking protection. r=dimi
This makes it possible to use different lists for tracking protection and for the features that rely on tracking annotations. Differential Revision: https://phabricator.services.mozilla.com/D2484
This commit is contained in:
@@ -199,7 +199,7 @@ nsUrlClassifierDBServiceWorker::DoLocalLookup(const nsACString& spec,
|
||||
static nsresult
|
||||
ProcessLookupResults(const LookupResultArray& aResults, nsTArray<nsCString>& aTables)
|
||||
{
|
||||
// Build the result array.
|
||||
// Build the result array, eliminating any duplicate tables.
|
||||
for (const RefPtr<const LookupResult> result : aResults) {
|
||||
MOZ_ASSERT(!result->mNoise, "Lookup results should not have noise added");
|
||||
LOG(("Found result from table %s", result->mTableName.get()));
|
||||
|
||||
Reference in New Issue
Block a user