mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Fix unused code to use new tree-utils functions.
NPOB.
This commit is contained in:
parent
60ab054c49
commit
1290dc4c9b
@ -137,7 +137,7 @@ function cmdDumpTree(e)
|
||||
{
|
||||
if (!e.depth)
|
||||
e.depth = 0;
|
||||
dd(e.tree + ":\n" + tov_formatBranch (eval(e.tree), "", e.depth));
|
||||
dd(e.tree + ":\n" + xtv_formatBranch(eval(e.tree), "", e.depth));
|
||||
}
|
||||
|
||||
function cmdDumpScripts(e)
|
||||
|
@ -1101,7 +1101,7 @@ function scv_hookChromeFilter(e)
|
||||
if ("parentRecord" in rec)
|
||||
continue;
|
||||
//dd ("cmdChromeFilter: append " +
|
||||
// tov_formatRecord(rec, ""));
|
||||
// xtv_formatRecord(rec, ""));
|
||||
nodes.appendChild(rec);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user