summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js')
-rw-r--r--netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js14
1 files changed, 2 insertions, 12 deletions
diff --git a/netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js b/netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js
index d54aeeb9eb..67c5d14c54 100644
--- a/netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js
+++ b/netwerk/test/unit/test_cache2-02b-open-non-existing-and-doom.js
@@ -126,7 +126,7 @@ add_task(async function test() {
onCacheEntryCheck() {
return Ci.nsICacheEntryOpenCallback.ENTRY_WANTED;
},
- onCacheEntryAvailable(entry, isnew, status) {
+ onCacheEntryAvailable() {
info("opened");
r2();
},
@@ -154,17 +154,7 @@ add_task(async function test() {
let entryCount = 0;
let visitor = {
onCacheStorageInfo() {},
- async onCacheEntryInfo(
- aURI,
- aIdEnhance,
- aDataSize,
- aAltDataSize,
- aFetchCount,
- aLastModifiedTime,
- aExpirationTime,
- aPinned,
- aInfo
- ) {
+ async onCacheEntryInfo() {
entryCount++;
},
onCacheEntryVisitCompleted() {