Bug 1761432 - Part 4: Rename state accessor methods after the enum values r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D142044
This commit is contained in:
Jon Coppeard
2022-03-25 10:54:17 +00:00
parent 415fac5ab2
commit 1bb3a3fa3a
6 changed files with 13 additions and 13 deletions

View File

@@ -122,7 +122,7 @@ bool ModuleLoaderBase::IsModuleFetching(nsIURI* aURL,
void ModuleLoaderBase::SetModuleFetchStarted(ModuleLoadRequest* aRequest) {
// Update the module map to indicate that a module is currently being fetched.
MOZ_ASSERT(aRequest->IsLoading());
MOZ_ASSERT(aRequest->IsFetching());
MOZ_ASSERT(!ModuleMapContainsURL(aRequest->mURI,
aRequest->mLoadContext->GetWebExtGlobal()));
ModuleMapKey key(aRequest->mURI, aRequest->mLoadContext->GetWebExtGlobal());