Bug 1059329 - Remove spurious 'System JS : ERROR' in xpcshell. r=ted

This commit is contained in:
David Rajchenbach-Teller 2014-08-28 03:09:00 -04:00
parent 2e85a5e487
commit 82680b0112

View File

@ -1073,7 +1073,7 @@ function do_get_profile() {
prop == "ProfLDS" || prop == "TmpD") {
return file.clone();
}
throw Components.results.NS_ERROR_FAILURE;
return null;
},
QueryInterface: function(iid) {
if (iid.equals(Components.interfaces.nsIDirectoryServiceProvider) ||