mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:38:10 +00:00
LibHTML: Fix broken build after Element::computed_style() change
This commit is contained in:
parent
0d402a074b
commit
1d95e56700
2 changed files with 2 additions and 2 deletions
|
@ -187,5 +187,5 @@ NonnullRefPtr<StyleProperties> Element::computed_style()
|
|||
properties->set_property(id, prop.value());
|
||||
}
|
||||
}
|
||||
return properties.ptr();
|
||||
return properties;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue