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:
@@ -48,7 +48,7 @@ VariableLengthPrefixSet::Init(const nsACString& aName)
|
||||
|
||||
RegisterWeakMemoryReporter(this);
|
||||
|
||||
return NS_OK;
|
||||
return mFixedPrefixSet->Init(aName);
|
||||
}
|
||||
|
||||
VariableLengthPrefixSet::~VariableLengthPrefixSet()
|
||||
|
||||
Reference in New Issue
Block a user