mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 00:42:54 +00:00
LibWeb: Switch HTMLToken and HTMLTokenizer to String & FlyString
This commit is contained in:
parent
0902f552a3
commit
b341aeb5c1
Notes:
sideshowbarker
2024-07-16 22:26:05 +09:00
Author: https://github.com/awesomekling
Commit: b341aeb5c1
4 changed files with 89 additions and 86 deletions
|
@ -154,7 +154,7 @@ private:
|
|||
bool consume_next_if_match(StringView, CaseSensitivity = CaseSensitivity::CaseSensitive);
|
||||
void create_new_token(HTMLToken::Type);
|
||||
bool current_end_tag_token_is_appropriate() const;
|
||||
DeprecatedString consume_current_builder();
|
||||
String consume_current_builder();
|
||||
|
||||
static char const* state_name(State state)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue