Files
ladybird/Userland/Libraries/LibWeb/CSS/SelectorEngine.cpp
Andreas Kling ae301d2b02 LibWeb: Remove duplicate type checks in SelectorEngine
After confirming the rule types, we can use static_cast instead of
verify_cast to avoid some extra work.
2022-01-23 01:22:41 +01:00

10 KiB