mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 17:25:06 +00:00
LibWeb: Switch HTMLToken and HTMLTokenizer to String & FlyString
This commit is contained in:
parent
0902f552a3
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