Bug 1666084 Comment 14 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

It's due to assertion from async handler:

```
[task 2023-10-26T20:40:32.272Z] 20:40:32     INFO -  Assertion failure: !mInitialized, at /builds/worker/checkouts/gecko/widget/gtk/MPRISServiceHandler.cpp:339
[task 2023-10-26T20:40:32.273Z] 20:40:32     INFO -  #01: mozilla::widget::MPRISServiceHandler::OwnName(_GDBusConnection*) [widget/gtk/MPRISServiceHandler.cpp:339]
[task 2023-10-26T20:40:32.274Z] 20:40:32     INFO -  #02: mozilla::widget::g_bus_get_callback(_GObject*, _GAsyncResult*, void*) [widget/gtk/MPRISServiceHandler.cpp:0]
[task 2023-10-26T20:40:32.275Z] 20:40:32     INFO -  #03: ??? [/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 + 0x8d283]
```
It's due to assertion from async handler:

```
Assertion failure: !mInitialized, at /builds/worker/checkouts/gecko/widget/gtk/MPRISServiceHandler.cpp:339
#01: mozilla::widget::MPRISServiceHandler::OwnName(_GDBusConnection*) [widget/gtk/MPRISServiceHandler.cpp:339]
#02: mozilla::widget::g_bus_get_callback(_GObject*, _GAsyncResult*, void*) [widget/gtk/MPRISServiceHandler.cpp:0]
#03: ??? [/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 + 0x8d283]
```

Back to Bug 1666084 Comment 14