Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hiro: prevent exception originating from appkit (#1324)
As noted in the Chromium source, the value for NSTreatUnknownArgumentsAsOpen needs to be of type string despite being a boolean setting. If the type is boolean, AppKit throws an exception (which is caught), but if unwinding fails (observed on some arm64 systems in certain build configurations when ares is compiled with LTO and -fomit-frame-pointer) it terminates the whole application. I've confirmed the behavior the original commit was designed to correct is still fixed with this change.
- Loading branch information