summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKris Maglione <kris@vimperator.org>2010-08-11 01:14:18 -0400
committerKris Maglione <kris@vimperator.org>2010-08-11 01:14:18 -0400
commitf3c32988f12b725988ce86ff55d98d0b1ac3ccb6 (patch)
tree91f4abda1172d92fa8b9b018acf773c23a5c4005 /common
parent59b79928617c75a5bf5903cf688d0c66dece8dfb (diff)
downloadpentadactyl-f3c32988f12b725988ce86ff55d98d0b1ac3ccb6.tar.gz
Re-add missing class to services.
--HG-- branch : testing
Diffstat (limited to 'common')
-rw-r--r--common/content/services.js1
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);