Files
ladybird/Libraries/LibWeb/DOM/HTMLInputElement.cpp
Andreas Kling 2149820260 LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")
To avoid the costly instantiation of FlyStrings whenever we're looking
up attributes, use the premade HTML::AttributeNames globals. :^)
2020-06-03 21:53:00 +02:00

4.0 KiB