Index: chrome/content/tests/performance/matching.html |
diff --git a/chrome/content/tests/performance/matching.html b/chrome/content/tests/performance/matching.html |
index ad6561cb8678183a421fe450ea85df95321079be..a9723acd1e0974da398adc15a31c33af45d81251 100644 |
--- a/chrome/content/tests/performance/matching.html |
+++ b/chrome/content/tests/performance/matching.html |
@@ -68,7 +68,7 @@ |
function runTest() |
{ |
for (let address of addresses) |
- defaultMatcher.matchesAny(address, "IMAGE", null, false); |
+ defaultMatcher.matchesAny(address, RegExpFilter.toTypeMask("IMAGE"), null, false); |
} |
function cleanup() |