mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 933587 - Fix undefined Ci reference in session store (r=markh)
This commit is contained in:
parent
a47a04180d
commit
7c9e1f5552
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user