Files
ladybird/Userland/Libraries/LibWeb/Painting/SVGGraphicsPaintable.cpp
DexesTTP 530aa51816 LibWeb: Remove a superfluous verify_cast on SVGGraphicsPaintable
Since the layout_box of a SVGGraphicsPaintable is already casted to the
right type, the underlying dom_node was also always of the right type.
This triggers a warning on Lagom builds.
2022-05-06 14:11:03 +02:00

1.2 KiB