Skip to content
Snippets Groups Projects
Verified Commit 8649662e authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 40933: Add tor-launcher functionality

Removed a redundant wrappedJSObject that broke stuff.
parent e9cc4840
2 merge requests!898Bug 42252: Add further support for TorController in firefox-android,!878Bug 42251: Wired TorConnect status updates
......@@ -875,10 +875,7 @@ export class TorProvider {
*/
#processBootstrapStatus(statusObj, isNotification) {
// Notify observers
Services.obs.notifyObservers(
{ wrappedJSObject: statusObj },
TorProviderTopics.BootstrapStatus
);
Services.obs.notifyObservers(statusObj, TorProviderTopics.BootstrapStatus);
if (statusObj.PROGRESS === 100) {
this.#isBootstrapDone = true;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment