mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 13:35:03 +00:00
This invariant is enforced by the fact that `NonnullGCPtr` can only be constructed from references. This commit fixes an instance where we compared a pointer to null after we have already dereferenced it.