Issue #618 - Split handling of load errors out from OnStreamComplete.

This commit is contained in:
Moonchild 2020-08-22 09:27:12 +00:00 committed by Roy Tam
commit 7e6cd5def1
2 changed files with 67 additions and 59 deletions

View file

@ -407,6 +407,8 @@ public:
mozilla::Vector<char16_t> &aString,
mozilla::dom::SRICheckDataVerifier* aSRIDataVerifier);
void HandleLoadError(ScriptLoadRequest *aRequest, nsresult aResult);
/**
* Processes any pending requests that are ready for processing.
*/