[Pkg-mozext-commits] [firebug] 05/15: Fix compatibility with Firefox (gDevTools getter)

David Prévot taffit at moszumanska.debian.org
Fri Mar 25 19:18:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firebug.

commit 610ce1cf827d644f0446122a3742ce4e0088e60f
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Mon Mar 21 16:40:50 2016 +0100

    Fix compatibility with Firefox (gDevTools getter)
---
 extension/content/firebug/lib/devtools.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/extension/content/firebug/lib/devtools.js b/extension/content/firebug/lib/devtools.js
index 3c0b5aa..85ad112 100644
--- a/extension/content/firebug/lib/devtools.js
+++ b/extension/content/firebug/lib/devtools.js
@@ -106,7 +106,8 @@ exports.DevToolsUtils = safeRequire(devtools,
 
 exports.makeInfallible = exports.DevToolsUtils.makeInfallible;
 
-exports.gDevTools = safeImport(
+exports.gDevTools = safeGet(devtools,
+  "devtools/client/framework/devtools",
   "resource:///devtools/client/framework/gDevTools.jsm",
   "resource:///modules/devtools/client/framework/gDevTools.jsm",
   "resource:///modules/devtools/gDevTools.jsm"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list