Bug 1120501 P2 Move Cache Add/AddAll logic to child process. r=ehsan,smaug

This commit is contained in:
Ben Kelly
2015-04-29 08:59:43 -07:00
parent c9822afc96
commit 1e4ce069d9
20 changed files with 503 additions and 895 deletions

View File

@@ -1621,7 +1621,6 @@ Manager::ExecuteCacheOp(Listener* aListener, CacheId aCacheId,
{
NS_ASSERT_OWNINGTHREAD(Manager);
MOZ_ASSERT(aListener);
MOZ_ASSERT(aOpArgs.type() != CacheOpArgs::TCacheAddAllArgs);
MOZ_ASSERT(aOpArgs.type() != CacheOpArgs::TCachePutAllArgs);
if (mState == Closing) {