Files
serenity/Userland/Libraries/LibWeb/CSS/CSSStyleRule.cpp
Andreas Kling 7d24bd06f2 LibWeb: Make CSSStyleRule::qualified_layer_name() return a const-ref
And also make it inline. We were spending 8% of selector matching on
creating and destroying FlyString copies here. With this change, it's
now ~1%.

(cherry picked from commit b2aff403fc596bfab64c0ab43a45f3d39f836afb)
2024-10-31 09:47:47 -04:00

4.5 KiB