mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 903949 (part 1) - ChildMemoryReporter should return mProcess in GetProcess() rather than an empty string. r=jlebar.
--HG-- extra : rebase_source : a0979780a7289429e4c06dce2de06576bb3a3e90
This commit is contained in:
parent
8439e3d81c
commit
2416f26c54
@ -163,6 +163,12 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
NS_IMETHOD GetProcess(nsACString& aProcess)
|
||||
{
|
||||
aProcess.Assign(mProcess);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
private:
|
||||
int64_t Amount() { return mAmount; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user