Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1291709 - PdfjsChromeUtils.jsm leaks browser.xul windows.
  • Loading branch information
brendandahl committed Aug 3, 2016
1 parent 39412e5 commit 815c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/firefox/content/PdfjsChromeUtils.jsm
Expand Up @@ -53,7 +53,7 @@ var PdfjsChromeUtils = {
*/

init: function () {
this._browsers = new Set();
this._browsers = new WeakSet();
if (!this._ppmm) {
// global parent process message manager (PPMM)
this._ppmm = Cc['@mozilla.org/parentprocessmessagemanager;1'].
Expand Down

0 comments on commit 815c3a8

Please sign in to comment.