Bug 1362761 - Improve logging in PrefixSet. r=gcp

In addition to including the name of the prefix set in all of the
LOG messages, the VariablePrefixSet class now initializes its
dependent fixed-size prefix set correctly.

MozReview-Commit-ID: C7c78HLcXY3
This commit is contained in:
Francois Marier
2018-02-21 17:55:12 -08:00
parent d0cede8611
commit 044210d9e9
3 changed files with 21 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ VariableLengthPrefixSet::Init(const nsACString& aName)
RegisterWeakMemoryReporter(this);
return NS_OK;
return mFixedPrefixSet->Init(aName);
}
VariableLengthPrefixSet::~VariableLengthPrefixSet()