mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Remove errant comment from HTMLElement::rendered_text_fragment
This became untrue in a1a740bb3e.
This commit is contained in:
parent
63bce2b78c
commit
27a4c1eaf6
|
|
@ -261,7 +261,6 @@ WebIDL::ExceptionOr<void> HTMLElement::set_outer_text(String const& value)
|
|||
GC::Ref<DOM::DocumentFragment> HTMLElement::rendered_text_fragment(StringView input)
|
||||
{
|
||||
// 1. Let fragment be a new DocumentFragment whose node document is document.
|
||||
// Instead of creating a DocumentFragment the nodes are appended directly.
|
||||
auto fragment = realm().create<DOM::DocumentFragment>(document());
|
||||
|
||||
// 2. Let position be a position variable for input, initially pointing at the start of input.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user