mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-02 15:12:04 +00:00
LibWeb: Handle EOF tokens during "text" insertion
This commit is contained in:
parent
38ada2d102
commit
be6abce44f
Notes:
sideshowbarker
2024-07-19 05:47:57 +09:00
Author: https://github.com/awesomekling
Commit: be6abce44f
2 changed files with 10 additions and 0 deletions
|
@ -44,6 +44,7 @@ public:
|
|||
|
||||
void set_parser_document(Badge<HTMLDocumentParser>, Document&);
|
||||
void set_non_blocking(Badge<HTMLDocumentParser>, bool);
|
||||
void set_already_started(Badge<HTMLDocumentParser>, bool b) { m_already_started = b; }
|
||||
void prepare_script(Badge<HTMLDocumentParser>);
|
||||
void execute_script();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue