Images 💾

Last commit ⭐

commit c24d317d8f8fe9ba0f150e35df1ec00211e038c9
Author:     Andreas Kling <kling@serenityos.org>
AuthorDate: Mon Sep 4 12:31:23 2023 +0200
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Mon Sep 4 18:22:59 2023 +0200

    LibWeb: Remove some unnecessary static_casts to Layout::Box&
    
    UBSAN flagged one of these as invalid, and since it's not even necessary
    to cast here anymore, let's just not.