Files
ladybird/Userland/Libraries/LibWeb/DOM/QualifiedName.cpp
Andreas Kling cf5eeb9f4b LibWeb: Share QualifiedName data between identical instances
Adopt the same pattern as AK::FlyString, reducing sizeof(QualifiedName)
to the size of a pointer.

This reduces the size of DOM::Element by 24 bytes.
2022-02-19 14:45:59 +01:00

2.2 KiB