Files
ladybird/Libraries/LibWeb/Painting/Paintable.cpp
Aliaksandr Kalenik 4735908d41 LibWeb: Make ViewportPaintable::visual_context_tree() return reference
The visual context tree is expected to be non-null at all call sites.
Change the return type from raw pointer to reference with VERIFY(),
making the contract explicit and removing unnecessary null checks from
callers.
2026-04-08 02:41:29 +02:00

16 KiB