Skip to content
Snippets Groups Projects
Verified Commit 792a7dfb 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 97d585b0
Branches
Tags
1 merge request!889Bug 42366: Tor Browser 115.7.0esr alpha rebase
......@@ -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