зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1766377 - Fixup after ccb0fe2d2fcf
Differential Revision: https://phabricator.services.mozilla.com/D145046
This commit is contained in:
Родитель
92953cf50f
Коммит
fa9c3e047a
|
@ -16,7 +16,7 @@ void AddIPCProfilerMarker(const Message& aMessage, int32_t aOtherPid,
|
|||
mozilla::ipc::MessagePhase aPhase) {
|
||||
if (aMessage.routing_id() != MSG_ROUTING_NONE &&
|
||||
profiler_feature_active(ProfilerFeature::IPCMessages)) {
|
||||
if (aOtherPid == base::kInvalidProcessId) {
|
||||
if (static_cast<base::ProcessId>(aOtherPid) == base::kInvalidProcessId) {
|
||||
DLOG(WARNING) << "Unable to record IPC profile marker, other PID not set";
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче