Bug 1120501 P2 Move Cache Add/AddAll logic to child process. r=ehsan,smaug
This commit is contained in:
1
dom/cache/Manager.cpp
vendored
1
dom/cache/Manager.cpp
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user