mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 442806 followup: add missing return to avoid spurious exceptions. r+sr=jst
This commit is contained in:
parent
e13eae15fb
commit
013d7180df
@ -1068,7 +1068,7 @@ nsDOMOfflineResourceList::CacheKeys()
|
||||
return NS_ERROR_DOM_INVALID_STATE_ERR;
|
||||
}
|
||||
|
||||
nsresult rv = appCache->GatherEntries(nsIApplicationCache::ITEM_DYNAMIC,
|
||||
return appCache->GatherEntries(nsIApplicationCache::ITEM_DYNAMIC,
|
||||
&mCachedKeysCount, &mCachedKeys);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user