mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 21:17:52 +00:00
d812f7602e
Sharing DBus connections can interfere with other modules (e.g., watching connections on multiple threads concurrently might introduce race conditions). This patch changes |nsDBusHandlerApp| to use it's private connection to the session bus to avoid interference.