mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-02 18:56:52 +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.