| Index: bootstrap.js.tmpl |
| =================================================================== |
| --- a/bootstrap.js.tmpl |
| +++ b/bootstrap.js.tmpl |
| @@ -15,17 +15,17 @@ |
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| */ |
| const Cc = Components.classes; |
| const Ci = Components.interfaces; |
| const Cr = Components.results; |
| const Cu = Components.utils; |
| -let {Services, atob, btoa, File} = Cu.import("resource://gre/modules/Services.jsm", null); |
| +let {Services, atob, btoa, File, TextDecoder, TextEncoder} = Cu.import("resource://gre/modules/Services.jsm", null); |
| {%- if hasXMLHttpRequest %} |
| let XMLHttpRequest = Components.Constructor("@mozilla.org/xmlextras/xmlhttprequest;1", "nsIXMLHttpRequest"); |
| {%- endif %} |
| let addonData = null; |
| function startup(params, reason) |