mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 18:15:07 +00:00
LibWeb: Make Document::run_the_document_write_steps take a StringView
Which flows on down into HTMLTokenizer::insert_input_at_insertion_point.
This commit is contained in:
parent
827170f6e6
commit
49eb3bfb1d
4 changed files with 6 additions and 6 deletions
|
@ -126,7 +126,7 @@ public:
|
|||
|
||||
DeprecatedString source() const { return m_decoded_input; }
|
||||
|
||||
void insert_input_at_insertion_point(DeprecatedString const& input);
|
||||
void insert_input_at_insertion_point(StringView input);
|
||||
void insert_eof();
|
||||
bool is_eof_inserted();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue