mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
I went through all callers of adopt_own() and replaced them with try_make<>() if possible or adopt_nonnull_own_or_enomem() else in cases where it was easy (i.e. in functions already returning ErrorOr). No intended behavior change.
350 B
350 B