summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/chrome/test_memory_allocations_04.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/server/tests/chrome/test_memory_allocations_04.html')
-rw-r--r--devtools/server/tests/chrome/test_memory_allocations_04.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/server/tests/chrome/test_memory_allocations_04.html b/devtools/server/tests/chrome/test_memory_allocations_04.html
index 8bb64c591c..ae50a38291 100644
--- a/devtools/server/tests/chrome/test_memory_allocations_04.html
+++ b/devtools/server/tests/chrome/test_memory_allocations_04.html
@@ -29,7 +29,7 @@ window.onload = function() {
}
}
- const testProbability = async function(p, expected) {
+ const testProbability = async function(p) {
info("probability = " + p);
await memory.startRecordingAllocations({
probability: p,