зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1511525 - Consider RunToPoint messages when determining where a child process is, r=mccr8.
--HG-- extra : rebase_source : 2d61541018c03d4f122149a374425e0f9570e8d5
This commit is contained in:
Родитель
1e5869c853
Коммит
e01dc6ebd1
|
@ -80,6 +80,9 @@ ChildProcessInfo::Disposition ChildProcessInfo::GetDisposition() {
|
|||
const ResumeMessage& nmsg = static_cast<const ResumeMessage&>(*msg);
|
||||
return nmsg.mForward ? AfterLastCheckpoint : BeforeLastCheckpoint;
|
||||
}
|
||||
if (msg->mType == MessageType::RunToPoint) {
|
||||
return AfterLastCheckpoint;
|
||||
}
|
||||
}
|
||||
return AtLastCheckpoint;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче