mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 02:35:47 +01:00
[PWPBM] Make Personas work in private windows.
This commit is contained in:
@@ -8,9 +8,14 @@ try {
|
||||
|
||||
var global = this;
|
||||
defineModule("services", {
|
||||
exports: ["services"]
|
||||
exports: ["PrivateBrowsingUtils", "services"]
|
||||
});
|
||||
|
||||
try {
|
||||
var { PrivateBrowsingUtils } = Cu.import("resource://gre/modules/PrivateBrowsingUtils.jsm");
|
||||
}
|
||||
catch (e) {}
|
||||
|
||||
/**
|
||||
* A lazily-instantiated XPCOM class and service cache.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user