Files
serenity/Userland/Libraries/LibWeb/Layout/TableFormattingContext.cpp
Andreas Kling 81f60e2077 LibWeb: Use LayoutState::UsedValues::containing_block_used_values() more
Use this cached pointer to the containing block's used values when
obviously possible. This avoids a hash lookup each time, and these
hash lookups do show up in profiles.

(cherry picked from commit bdb67d2bcb4ab6fa49292c3365facdeab1fd0e20)
2024-11-09 16:08:01 -05:00

98 KiB