Followup to Bug 583863: Don't accidentally rename a variable. a=bustage

This commit is contained in:
Kyle Huey 2010-09-05 11:10:23 -04:00
parent 12d0992fbc
commit fe112d14d1

View File

@ -44,7 +44,7 @@ function test() {
.get("TmpD", Components.interfaces.nsILocalFile);
file.append("466937_test.file");
file.createUnique(Components.interfaces.nsIFile.NORMAL_FILE_TYPE, 0666);
filePath = file.path;
let testPath = file.path;
let testURL = "http://mochi.test:8888/browser/" +
"browser/components/sessionstore/test/browser/browser_466937_sample.html";