mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Remove unused pointer from DOM::Text to its "owner" element
This is a leftover from an earlier implementation of text input.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
ef3a86f010
commit
1a0f5d3180
@@ -37,7 +37,6 @@ void Text::visit_edges(Cell::Visitor& visitor)
|
||||
{
|
||||
Base::visit_edges(visitor);
|
||||
SlottableMixin::visit_edges(visitor);
|
||||
visitor.visit(m_owner);
|
||||
}
|
||||
|
||||
// https://dom.spec.whatwg.org/#dom-text-text
|
||||
|
||||
Reference in New Issue
Block a user