void CacheStorageChild::ExecuteOp(nsIGlobalObject* aGlobal, Promise* aPromise, nsISupports* aParent, const CacheOpArgs& aArgs) { mNumChildActors += 1; unused << SendPCacheOpConstructor( new CacheOpChild(GetFeature(), aGlobal, aParent, aPromise), aArgs); }
void CacheChild::ExecuteOp(nsIGlobalObject* aGlobal, Promise* aPromise, const CacheOpArgs& aArgs) { mNumChildActors += 1; MOZ_ALWAYS_TRUE(SendPCacheOpConstructor( new CacheOpChild(GetFeature(), aGlobal, aPromise), aArgs)); }