Images 💾

Last commit ⭐

commit aede0100960b6b9cacd0e5a0bd0887bd34651e29
Author:     Shannon Booth <shannon@serenityos.org>
AuthorDate: Thu May 2 22:32:44 2024 +1200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Fri May 3 20:48:32 2024 +0200

    LibWeb: Use GCPtr for Element::layout_node
    
    This improves debuggability by converting a SIGSEGV into a
    verification failed on a null dereference.