mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
parent
70eb7aa627
commit
7b15c85ff5
Notes:
sideshowbarker
2024-07-19 04:15:54 +09:00
Author: https://github.com/alimpfard
Commit: 7b15c85ff5
Pull-request: https://github.com/SerenityOS/serenity/pull/2995
Issue: https://github.com/SerenityOS/serenity/issues/2989
Reviewed-by: https://github.com/awesomekling
3 changed files with 15 additions and 5 deletions
|
@ -218,6 +218,7 @@ private:
|
|||
Vector<LocalFrame> m_local_frames;
|
||||
|
||||
HashMap<String, String> m_aliases;
|
||||
bool m_is_interactive { true };
|
||||
};
|
||||
|
||||
static constexpr bool is_word_character(char c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue