mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26d2f94e04
Possible because both |new| and PLDHashTable initialization are infallible now. I had to use NS_ABORT_OOM for a couple of the maps that use js::HashTable, which still has fallible initialization. There were a couple of uses of those maps that weren't protected by null-checks, so we would have got crashes anyway if they had OOMed. |
||
---|---|---|
.. | ||
crashtests | ||
idl | ||
loader | ||
public | ||
shell | ||
src | ||
tests | ||
wrappers | ||
moz.build |