mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
Previously, calling `BlockContainer::paintable_with_lines()` would cast a `PaintableBox` to a `PaintableWithLines` without verifying that the cast was valid, which isn't the cast for `FieldsetPaintable`, for example. This method now returns null if it isn't poossible to cast to `PaintableWithLines`.
898 B
898 B