Last commit for bug 351968, I promise!

This commit is contained in:
jwalden%mit.edu 2007-01-31 08:12:24 +00:00
parent 383959ca01
commit 8b17798260

View File

@ -150,7 +150,7 @@ function do_get_topsrcdir() {
// relative topsrcdir
lf = Components.classes["@mozilla.org/file/directory_service;1"]
.getService(Components.interfaces.nsIProperties)
.get("CurWorkD", Ci.nsILocalFile);
.get("CurWorkD", Components.interfaces.nsILocalFile);
lf.appendRelativePath(environment["NATIVE_TOPSRCDIR"]);
}
return lf;