mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
parent
dece108f9a
commit
a456759d7a
2 changed files with 7 additions and 3 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
~StyleRule();
|
||||
|
||||
Vector<StyleComponentValueRule> const& prelude() const { return m_prelude; }
|
||||
StyleBlockRule const& block() const { return *m_block; }
|
||||
RefPtr<StyleBlockRule> const block() const { return m_block; }
|
||||
|
||||
String to_string() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue