mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
![Ehsan Akhgari](/assets/img/avatar_default.png)
Right now this function is called after the XPCOM component manager is shut down, so it can never remove any observers. It's better to do this work in response to xpcom-shutdown while we still have a component manager to be able to clean up after ourselves properly.