mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Make is_identifier always return false the simple way
This commit is contained in:
parent
d6466da4db
commit
b6561f5e2b
Notes:
github-actions[bot]
2024-12-22 11:34:37 +00:00
Author: https://github.com/shlyakpavel
Commit: b6561f5e2b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2984
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/gmta
1 changed files with 1 additions and 3 deletions
|
@ -14,10 +14,8 @@
|
|||
|
||||
namespace Web::HTML {
|
||||
|
||||
bool SyntaxHighlighter::is_identifier(u64 token) const
|
||||
bool SyntaxHighlighter::is_identifier(u64) const
|
||||
{
|
||||
if (!token)
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue