mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
LibWeb: Remove now-unused CustomStyleValue
This commit is contained in:
parent
10aa06f16f
commit
c9062b4ed5
6 changed files with 3 additions and 48 deletions
|
@ -267,7 +267,7 @@ bool property_has_quirk(PropertyID property_id, Quirk quirk)
|
|||
|
||||
bool property_accepts_value(PropertyID property_id, StyleValue& style_value)
|
||||
{
|
||||
if (style_value.is_builtin() || style_value.is_custom_property())
|
||||
if (style_value.is_builtin())
|
||||
return true;
|
||||
|
||||
switch (property_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue