Bug 442806 followup: add missing return to avoid spurious exceptions. r+sr=jst

This commit is contained in:
Blake Kaplan 2008-08-27 16:20:45 -07:00
parent e13eae15fb
commit 013d7180df

View File

@ -1068,8 +1068,8 @@ nsDOMOfflineResourceList::CacheKeys()
return NS_ERROR_DOM_INVALID_STATE_ERR;
}
nsresult rv = appCache->GatherEntries(nsIApplicationCache::ITEM_DYNAMIC,
&mCachedKeysCount, &mCachedKeys);
return appCache->GatherEntries(nsIApplicationCache::ITEM_DYNAMIC,
&mCachedKeysCount, &mCachedKeys);
}
void