Bustage fix from bug 480427

This commit is contained in:
Dave Townsend 2009-04-16 21:07:00 +01:00
parent e5b7a7f947
commit 1e0914b868

View File

@ -182,7 +182,7 @@ InstallerObserver.prototype = {
// Make sure the file is executable
result.permissions = 0770;
var process = Components.classes["@mozilla.org/process/util;1"]
.createInstance(Components.interfaces.nsIProcess2);
.createInstance(Components.interfaces.nsIProcess);
process.init(result);
var self = this;
process.runAsync([], 0, {