Make the add-on truly restartless.

This commit is contained in:
Brendan Dahl 2012-02-07 16:39:07 -08:00
parent 9a1741f466
commit 1af9a72011
4 changed files with 62 additions and 19 deletions

View file

@ -3,6 +3,8 @@
'use strict';
var EXPORTED_SYMBOLS = ['PdfStreamConverter'];
const Cc = Components.classes;
const Ci = Components.interfaces;
const Cr = Components.results;