[Pkg-mozext-commits] [firebug] 34/59: Additional fix for console.trace()

David Prévot taffit at moszumanska.debian.org
Thu Aug 14 14:52:55 UTC 2014


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

taffit pushed a commit to branch master
in repository firebug.

commit 256731a91157a82474ae1b5a3f8f2466ba90e52d
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Wed Jul 30 20:33:37 2014 +0200

    Additional fix for console.trace()
---
 extension/content/firebug/lib/wrapper.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/extension/content/firebug/lib/wrapper.js b/extension/content/firebug/lib/wrapper.js
index baac0cb..e4c2586 100644
--- a/extension/content/firebug/lib/wrapper.js
+++ b/extension/content/firebug/lib/wrapper.js
@@ -4,7 +4,9 @@ define([
 ],
 function() {
 
-"use strict";
+// Note: .caller and .arguments are used for stack walking past
+// unsafeCloneFunctionIntoContentScope, so we can not use strict mode here.
+//"use strict";
 
 // ********************************************************************************************* //
 // Constants

-- 
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