1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:47:45 +00:00

LibWeb: Port ComputedValues to new Strings

This commit is contained in:
Sam Atkins 2023-02-14 16:05:40 +00:00 committed by Tim Flynn
parent 9e735cc02e
commit e338ef4914
3 changed files with 5 additions and 5 deletions

View file

@ -133,8 +133,8 @@ struct ContentData {
} type { Type::Normal };
// FIXME: Data is a list of identifiers, strings and image values.
DeprecatedString data {};
DeprecatedString alt_text {};
String data {};
String alt_text {};
};
struct BorderRadiusData {