This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch upstream/28.5.0 in repository pale-moon. commit 1709b8a59ceb96f350598699d0ae8326c0bf0778 Author: wolfbeast <mcwerewolf@wolfbeast.com> Date: Sat Mar 23 13:10:32 2019 +0100 Revert "Unregister ProcessHangMonitor as a hang annotator on shutdown." This reverts commit 68acc67ddbbd1c7a9577498ad41d079e6b9e3eac. --- dom/ipc/ProcessHangMonitor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/dom/ipc/ProcessHangMonitor.cpp b/dom/ipc/ProcessHangMonitor.cpp index 406d0bf..d46a1f5 100644 --- a/dom/ipc/ProcessHangMonitor.cpp +++ b/dom/ipc/ProcessHangMonitor.cpp @@ -323,8 +323,6 @@ HangMonitorChild::Shutdown() { MOZ_RELEASE_ASSERT(NS_IsMainThread()); - BackgroundHangMonitor::UnregisterAnnotator(*this); - MonitorAutoLock lock(mMonitor); while (!mShutdownDone) { mMonitor.Wait(); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git