mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-15 14:51:52 +00:00
LibWeb: Remove a misleading duplicate comment in HTMLParser
This commit is contained in:
parent
f2a406f8cc
commit
12442ca430
Notes:
github-actions[bot]
2024-11-30 07:08:24 +00:00
Author: https://github.com/jcs
Commit: 12442ca430
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2652
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 0 additions and 2 deletions
|
@ -2467,8 +2467,6 @@ void HTMLParser::handle_in_body(HTMLToken& token)
|
|||
|
||||
// Insert an HTML element for the token. Immediately pop the current node off the stack of open elements.
|
||||
(void)insert_html_element(token);
|
||||
|
||||
// Acknowledge the token's self-closing flag, if it is set.
|
||||
(void)m_stack_of_open_elements.pop();
|
||||
|
||||
// Acknowledge the token's self-closing flag, if it is set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue