mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-12 16:39:28 +00:00
In object binding, we would attempt to get NonnullRefPtr<Identifier> from alias on the alias.has<Empty>() code path. In this case, we need to get it from name instead.