зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1441038: Don't ignore return value of js_DumpCallgrind. r=jorendorff
MozReview-Commit-ID: 5aNmRAhDoZB --HG-- extra : rebase_source : 585dc8830eaf49900f130efbc8ad28778b30cc20
This commit is contained in:
Родитель
762378da15
Коммит
208923b645
|
@ -180,7 +180,7 @@ JS_DumpProfile(const char* outfile, const char* profileName)
|
|||
{
|
||||
bool ok = true;
|
||||
#ifdef MOZ_CALLGRIND
|
||||
js_DumpCallgrind(outfile);
|
||||
ok = js_DumpCallgrind(outfile);
|
||||
#endif
|
||||
return ok;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче