mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Issue #2452 - Prevent nsDocShell access when it is already being destroyed
https://bugzilla.mozilla.org/show_bug.cgi?id=1432396
This commit is contained in:
parent
a9d7255ba1
commit
2a533c943d
3 changed files with 76 additions and 9 deletions
|
|
@ -304,6 +304,8 @@ protected:
|
|||
// True if this is parser is a fragment parser or an HTML DOMParser.
|
||||
// XML DOMParser leaves this to false for now!
|
||||
uint8_t mRunsToCompletion : 1;
|
||||
// True if we are blocking load event.
|
||||
bool mIsBlockingOnload : 1;
|
||||
|
||||
//
|
||||
// -- Can interrupt parsing members --
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue