mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out the null-check workaround for bug 1182197 on trunk, so we can see what the stacks look like after all via crash-stats data on nightly and dev channel.
This commit is contained in:
parent
014b80cb7e
commit
84dd49c9f3
@ -1368,7 +1368,7 @@ Promise::Settle(JS::Handle<JS::Value> aValue, PromiseState aState)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!mGlobal || mGlobal->IsDying()) {
|
||||
if (mGlobal->IsDying()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user