Verified Commit 2d9a45a6 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 42019: Empty browser's clipboard on browser shutdown

Bug 42097: Add comma.
parent e26e8f16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1912,7 +1912,7 @@ BrowserGlue.prototype = {
          lazy.UpdateListener.reset();
        }
      },
      () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard) // tor-browser#42019
      () => Services.clipboard.emptyClipboard(Ci.nsIClipboard.kGlobalClipboard), // tor-browser#42019
    ];

    for (let task of tasks) {