mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-15 02:40:38 +00:00
33443190d0
We currently store a StringView into the DeprecatedString provided to SVGUseElement::attribute_changed. This is a temporary string created by String::to_deprecated_string, so this StringView is always a dangling pointer. Instead, since this string value is an ID and is primarily used as a FlyString, store it as a FlyString from the get-go. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
BuggieBox | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |