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:
Martok 2024-01-14 22:31:26 +01:00 committed by roytam1
commit 2a533c943d
3 changed files with 76 additions and 9 deletions

View file

@ -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 --