Bug 1520868 - Replacing AsyncOpen2 with AsyncOpen always r=valentin

Replacing js and text occurences of asyncOpen2
Replacing open2 with open

Differential Revision: https://phabricator.services.mozilla.com/D16885
This commit is contained in:
Jonathan Kingston
2019-02-12 16:08:25 +00:00
parent da0e4b44fc
commit 58708e007c
330 changed files with 921 additions and 1314 deletions

View File

@@ -1366,7 +1366,7 @@ nsresult ScriptLoader::StartLoad(ScriptLoadRequest* aRequest) {
rv = NS_NewIncrementalStreamLoader(getter_AddRefs(loader), handler);
NS_ENSURE_SUCCESS(rv, rv);
rv = channel->AsyncOpen2(loader);
rv = channel->AsyncOpen(loader);
NS_ENSURE_SUCCESS(rv, rv);
if (aRequest->IsModuleRequest()) {