Commit 55ae62fa authored by ma1's avatar ma1 Committed by Richard Pospesel
Browse files

Bug 42019: Empty browser's clipboard on browser shutdown

parent 30def173
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1986,6 +1986,7 @@ BrowserGlue.prototype = {
          lazy.UpdateListener.reset();
        }
      },
      () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard), // tor-browser#42019
    ];

    for (let task of tasks) {