mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
Bug 1067711 - Fix an assertion failure in the System memory reporter. r=erahm.
--HG-- extra : rebase_source : 06fa4b0d706414901ce2475e987067d5cb4f0f6f
This commit is contained in:
parent
273d7cc068
commit
4a7eef6b52
@ -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('/');
|
||||
|
Loading…
x
Reference in New Issue
Block a user