mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 16:05:06 +00:00
LibHTML: Use NonnullRefPtrVector in LibHTML.
This commit is contained in:
parent
48108ec474
commit
7cc9ce8380
5 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <LibHTML/CSS/StyleSheet.h>
|
||||
|
||||
StyleSheet::StyleSheet(Vector<NonnullRefPtr<StyleRule>>&& rules)
|
||||
StyleSheet::StyleSheet(NonnullRefPtrVector<StyleRule>&& rules)
|
||||
: m_rules(move(rules))
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue