Bug 933587 - Fix undefined Ci reference in session store (r=markh)

This commit is contained in:
Bill McCloskey 2013-11-03 16:02:53 -08:00
parent d58038dce4
commit 5bb0247567

View File

@ -9,6 +9,9 @@ function debug(msg) {
}
let Cu = Components.utils;
let Cc = Components.classes;
let Ci = Components.interfaces;
let Cr = Components.results;
Cu.import("resource://gre/modules/XPCOMUtils.jsm", this);