mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
0e85692770
Previously, suppose we were changing a process's priority from 18 to 1. If a task had priority 19, that should have changed to 2. But instead we changed it to 18! That's totally wrong.