mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 20:52:54 +00:00
LibWeb: Remove tokenizer's premature character buffering optimization
This commit is contained in:
parent
92fd140cb2
commit
96cc1138c0
Notes:
sideshowbarker
2024-07-19 06:10:31 +09:00
Author: https://github.com/awesomekling
Commit: 96cc1138c0
2 changed files with 2 additions and 13 deletions
|
@ -147,7 +147,6 @@ private:
|
|||
|
||||
void will_switch_to(State);
|
||||
void will_reconsume_in(State);
|
||||
void flush_current_character_or_comment_if_needed();
|
||||
|
||||
State m_state { State::Data };
|
||||
State m_return_state { State::Data };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue