mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bustage fix from bug 480427
This commit is contained in:
parent
e5b7a7f947
commit
1e0914b868
@ -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, {
|
||||
|
Loading…
Reference in New Issue
Block a user