[Pkg-mozext-commits] [firebug] 08/24: Fix tracing in CSSModule.deleteRule (related to issue 5859)

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:31 UTC 2014


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

taffit pushed a commit to tag firebug-1.10.4
in repository firebug.

commit 2b06d80f5167c027664185557a876f6c4a843509
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Wed Oct 3 22:23:09 2012 +0200

    Fix tracing in CSSModule.deleteRule (related to issue 5859)
---
 extension/content/firebug/css/cssModule.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/extension/content/firebug/css/cssModule.js b/extension/content/firebug/css/cssModule.js
index 047d2db..97be69c 100644
--- a/extension/content/firebug/css/cssModule.js
+++ b/extension/content/firebug/css/cssModule.js
@@ -93,12 +93,12 @@ Firebug.CSSModule = Obj.extend(Obj.extend(Firebug.Module, Firebug.EditorSelector
         {
             if (src instanceof window.Element)
             {
-                FBTrace.sysout("deleteRule: " + ruleIndex + " " + src.cssRules.length,
-                    styleSheet.cssRules);
+                FBTrace.sysout("deleteRule: element.style", src);
             }
             else
             {
-                FBTrace.sysout("deleteRule: element.style", src);
+                FBTrace.sysout("deleteRule: " + ruleIndex + " " + src.cssRules.length,
+                    src.cssRules);
             }
         }
 

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