mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibWeb: Rename CSS::Token::TokenType -> Type
This commit is contained in:
parent
8671d79ba4
commit
9c14504bbb
Notes:
sideshowbarker
2024-07-18 09:14:12 +09:00
Author: https://github.com/AtkinsSJ
Commit: 9c14504bbb
Pull-request: https://github.com/SerenityOS/serenity/pull/8341
6 changed files with 124 additions and 124 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
return *m_function;
|
||||
}
|
||||
|
||||
bool is(Token::TokenType type) const
|
||||
bool is(Token::Type type) const
|
||||
{
|
||||
return m_type == ComponentType::Token && m_token.is(type);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue