Images 💾

Last commit ⭐

commit 66645cdc94ed6d69afef92692053ebb8efb3bbab
Author:     Daniel Bertalan <dani@danielbertalan.dev>
AuthorDate: Wed Jul 26 19:56:09 2023 +0200
Commit:     Tim Flynn <trflynn89@pm.me>
CommitDate: Mon Aug 7 22:20:03 2023 -0400

    LibJS+LibWeb: Mark `NonnullGCPtr::ptr()` as `returns_nonnull`
    
    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.