diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-09 21:15:24 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-09 21:15:24 +0200 |
commit | fc249d76a47628be6ef6aa259db7358bfe37ebf6 (patch) | |
tree | ca2855b3294916843048ede24ecbc29a85a26407 /application/palemoon/components | |
parent | bd32d607adc1cf3900e08e0e69fee9001553f2b8 (diff) | |
download | UXP-fc249d76a47628be6ef6aa259db7358bfe37ebf6.tar UXP-fc249d76a47628be6ef6aa259db7358bfe37ebf6.tar.gz UXP-fc249d76a47628be6ef6aa259db7358bfe37ebf6.tar.lz UXP-fc249d76a47628be6ef6aa259db7358bfe37ebf6.tar.xz UXP-fc249d76a47628be6ef6aa259db7358bfe37ebf6.zip |
[PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, extensions)
Diffstat (limited to 'application/palemoon/components')
-rw-r--r-- | application/palemoon/components/sessionstore/_SessionFile.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/sessionstore/_SessionFile.jsm b/application/palemoon/components/sessionstore/_SessionFile.jsm index 7e1b05f74..e949112f2 100644 --- a/application/palemoon/components/sessionstore/_SessionFile.jsm +++ b/application/palemoon/components/sessionstore/_SessionFile.jsm @@ -41,7 +41,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "FileUtils", XPCOMUtils.defineLazyModuleGetter(this, "Task", "resource://gre/modules/Task.jsm"); XPCOMUtils.defineLazyModuleGetter(this, "console", - "resource://gre/modules/devtools/Console.jsm"); + "resource://gre/modules/Console.jsm"); // An encoder to UTF-8. XPCOMUtils.defineLazyGetter(this, "gEncoder", function () { |