summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutmemory/tests/test_aboutmemory2.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/aboutmemory/tests/test_aboutmemory2.xhtml')
-rw-r--r--toolkit/components/aboutmemory/tests/test_aboutmemory2.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/aboutmemory/tests/test_aboutmemory2.xhtml b/toolkit/components/aboutmemory/tests/test_aboutmemory2.xhtml
index 28c8f7fa4f..f5c3885959 100644
--- a/toolkit/components/aboutmemory/tests/test_aboutmemory2.xhtml
+++ b/toolkit/components/aboutmemory/tests/test_aboutmemory2.xhtml
@@ -36,7 +36,7 @@
let jk2Path = "explicit/j/k2";
let fakeReporters = [
- { collectReports(aCbObj, aClosure, aAnonymize) {
+ { collectReports(aCbObj, aClosure) {
function f(aP, aK, aA) {
aCbObj.callback("Main Process ABC", aP, aK, BYTES, aA, "Desc.", aClosure);
}