From 87c2e5624d7518225b8ac86432be12e96604a581 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 17 Dec 2010 13:55:46 -0500 Subject: [PATCH] Allow :sourcing chrome: URLs backed by a file. --- common/content/io.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/io.js b/common/content/io.js index 88f41ce3..0502cb24 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -342,7 +342,7 @@ lookup: this.withSavedValues(["sourcing"], function () { this.sourcing = null; try { - var file = io.File(filename); + var file = io.File(util.getFile(filename) || filename); if (!file.exists() || !file.isReadable() || file.isDirectory()) { if (!silent)