mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
LibWeb: Update the CSS prefix to -libweb
This commit is contained in:
committed by
Andreas Kling
parent
80f43ffc27
commit
c00076de82
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user