Bug 1067711 - Fix an assertion failure in the System memory reporter. r=erahm.
This commit is contained in:
@@ -543,6 +543,8 @@ private:
|
||||
aName.AppendLiteral("/extensions");
|
||||
} else if (dirname.Find("/fontconfig") != -1) {
|
||||
aName.AppendLiteral("/fontconfig");
|
||||
} else {
|
||||
aName.AppendLiteral("/misc");
|
||||
}
|
||||
aTag = aName;
|
||||
aName.Append('/');
|
||||
|
||||
Reference in New Issue
Block a user