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..662a38bf34ac6cd0d9aa2299a785a2fd9de6e534 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.typeMap.IMAGE, null, false); |
} |
function cleanup() |