mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb/CSS: Make it clear that StyleSheet::media() is never null
This commit is contained in:
parent
848a250b29
commit
8beade51e0
Notes:
github-actions[bot]
2025-04-09 17:46:58 +00:00
Author: https://github.com/AtkinsSJ
Commit: 8beade51e0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4285
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
|
||||
void set_type(String type) { m_type_string = move(type); }
|
||||
|
||||
MediaList* media() const
|
||||
GC::Ref<MediaList> media() const
|
||||
{
|
||||
return m_media;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue