Bug 1557841 - Using renamed GetDebugPath in EHABIStackWalk.cpp - r=njn

Differential Revision: https://phabricator.services.mozilla.com/D34252

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Gerald Squelart 2019-06-08 04:06:21 +00:00
Родитель f293246462
Коммит 2d395c494d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -609,7 +609,7 @@ void EHAddrSpace::Update() {
// the start address will not point at the file header. But this is worked
// around by magic number checks in the EHTable constructor.
EHTable tab(reinterpret_cast<const void*>(lib.GetStart()),
lib.GetEnd() - lib.GetStart(), lib.GetNativeDebugPath());
lib.GetEnd() - lib.GetStart(), lib.GetDebugPath());
if (tab.isValid()) tables.push_back(tab);
}
space = new EHAddrSpace(tables);