mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:38:11 +00:00
LibWeb: Update the CSS prefix to -libweb
This commit is contained in:
parent
80f43ffc27
commit
c00076de82
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ String IdentifierStyleValue::to_string() const
|
|||
case CSS::ValueID::Invalid:
|
||||
return "(invalid)";
|
||||
case CSS::ValueID::VendorSpecificLink:
|
||||
return "-libhtml-link";
|
||||
return "-libweb-link";
|
||||
default:
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue