diff --git a/common/content/io.js b/common/content/io.js index 81860cc7..2e1c30f9 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -360,7 +360,7 @@ lookup: } } else if (/\.css$/.test(filename)) - storage.styles.registerSheet(uri.spec, false, true); + styles.registerSheet(uri.spec, false, true); else { commands.execute(file.read(), null, silent || "loud", null, { file: file.path, line: 1 });