summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2018-04-11 02:29:53 -0400
committerGitHub <noreply@github.com>2018-04-11 02:29:53 -0400
commitdf84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6 (patch)
tree1a0b26219a7d56c72b1e1fac1663df2a1613a5a0
parent55c72875536b9250d354f14a8bac50755151d01c (diff)
parent540e704435ee1b0784ad21e51eddcd2aebbb4582 (diff)
downloadUXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.tar
UXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.tar.gz
UXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.tar.lz
UXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.tar.xz
UXP-df84e6a4f58877de6b31fdbbc2b1bc0c63afe5b6.zip
Merge pull request #117 from janekptacijarabaci/pm_sanitize_path_console_1
[PALEMOON] [DevTools] Fix a path with Console.jsm (deprecated) - in sanitize.js
-rw-r--r--application/palemoon/base/content/sanitize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/sanitize.js b/application/palemoon/base/content/sanitize.js
index 89843c86d..fccec6c98 100644
--- a/application/palemoon/base/content/sanitize.js
+++ b/application/palemoon/base/content/sanitize.js
@@ -15,7 +15,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "Promise",
XPCOMUtils.defineLazyModuleGetter(this, "Task",
"resource://gre/modules/Task.jsm");
XPCOMUtils.defineLazyModuleGetter(this, "console",
- "resource://gre/modules/devtools/Console.jsm");
+ "resource://gre/modules/Console.jsm");
function Sanitizer() {}
Sanitizer.prototype = {