mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
Issue #618 - Split handling of load errors out from OnStreamComplete.
This commit is contained in:
parent
9f5805eee2
commit
7e6cd5def1
2 changed files with 67 additions and 59 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue