|
void StyleProperties::set_property(CSS::PropertyID id, NonnullRefPtr<StyleValue const> value, CSS::CSSStyleDeclaration const* source_declaration)
|
|
void StyleProperties::set_property(CSS::PropertyID id, NonnullRefPtr<StyleValue const> value, CSS::CSSStyleDeclaration const* source_declaration)
|
|
m_property_values[to_underlying(id)] = StyleAndSourceDeclaration { move(value), source_declaration };
|
|
m_property_values[to_underlying(id)] = StyleAndSourceDeclaration { move(value), source_declaration };
|