diff options
author | Kris Maglione <kris@vimperator.org> | 2010-08-11 01:14:18 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2010-08-11 01:14:18 -0400 |
commit | f3c32988f12b725988ce86ff55d98d0b1ac3ccb6 (patch) | |
tree | 91f4abda1172d92fa8b9b018acf773c23a5c4005 /common/content | |
parent | 59b79928617c75a5bf5903cf688d0c66dece8dfb (diff) | |
download | pentadactyl-f3c32988f12b725988ce86ff55d98d0b1ac3ccb6.tar.gz |
Re-add missing class to services.
--HG--
branch : testing
Diffstat (limited to 'common/content')
-rw-r--r-- | common/content/services.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/content/services.js b/common/content/services.js index ad056221..29a76e80 100644 --- a/common/content/services.js +++ b/common/content/services.js @@ -47,6 +47,7 @@ const Services = Module("services", { this.addClass("file:", "@mozilla.org/network/protocol;1?name=file", Ci.nsIFileProtocolHandler); this.addClass("find", "@mozilla.org/embedcomp/rangefind;1", Ci.nsIFind); this.addClass("process", "@mozilla.org/process/util;1", Ci.nsIProcess); + this.addClass("zipWriter", "@mozilla.org/zipwriter;1", Ci.nsIZipWriter); if (!this.get("extensionManager")) Components.utils.import("resource://gre/modules/AddonManager.jsm", modules); |