mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
LibWeb: Make AbstractRange and subclasses GC-allocated
This commit is contained in:
parent
7c3db526b0
commit
bb547ce1c4
19 changed files with 111 additions and 64 deletions
|
@ -33,7 +33,7 @@ LayoutRange LayoutRange::normalized() const
|
|||
return { m_end, m_start };
|
||||
}
|
||||
|
||||
NonnullRefPtr<DOM::Range> LayoutRange::to_dom_range() const
|
||||
JS::NonnullGCPtr<DOM::Range> LayoutRange::to_dom_range() const
|
||||
{
|
||||
VERIFY(is_valid());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue