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:
parent
9e735cc02e
commit
e338ef4914
3 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue