mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
remove debugging dump() accidentally added in bug 923301
--HG-- extra : transplant_source : %9Bg%E0%7F%CEH%60%E8%23%06%5B%28kMa%BF%A2%84%0A%DC
This commit is contained in:
parent
a1bd7840b8
commit
286cf86a4e
@ -45,14 +45,12 @@ function onSourceOutput(e) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function disconnectSources() {
|
function disconnectSources() {
|
||||||
dump("disconnecting\n")
|
|
||||||
for (var i = 0; i < sourceCount; ++i) {
|
for (var i = 0; i < sourceCount; ++i) {
|
||||||
sources[i].disconnect();
|
sources[i].disconnect();
|
||||||
}
|
}
|
||||||
|
|
||||||
SpecialPowers.forceGC();
|
SpecialPowers.forceGC();
|
||||||
SpecialPowers.forceCC();
|
SpecialPowers.forceCC();
|
||||||
dump("forced GC\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function startTest() {
|
function startTest() {
|
||||||
|
Loading…
Reference in New Issue
Block a user