mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibWeb/CSS: Return GC::Ref from Parser::convert_to_style_declaration()
This commit is contained in:
parent
a28197669a
commit
9b06f66571
Notes:
github-actions[bot]
2025-03-19 13:54:06 +00:00
Author: https://github.com/AtkinsSJ
Commit: 9b06f66571
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3983
4 changed files with 7 additions and 31 deletions
|
@ -1493,7 +1493,7 @@ void Parser::extract_property(Declaration const& declaration, PropertiesAndCusto
|
|||
}
|
||||
}
|
||||
|
||||
CSSStyleProperties* Parser::convert_to_style_declaration(Vector<Declaration> const& declarations)
|
||||
GC::Ref<CSSStyleProperties> Parser::convert_to_style_declaration(Vector<Declaration> const& declarations)
|
||||
{
|
||||
PropertiesAndCustomProperties properties;
|
||||
PropertiesAndCustomProperties& dest = properties;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue