mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
IDLGenerators: Make 'operator' a reserved word
This is the name of an attribute of CSSMathValue.
This commit is contained in:
parent
4791f9e88f
commit
ef8ca729cc
Notes:
github-actions[bot]
2025-08-29 10:00:17 +00:00
Author: https://github.com/AtkinsSJ
Commit: ef8ca729cc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5955
Reviewed-by: https://github.com/trflynn89
1 changed files with 1 additions and 0 deletions
|
@ -356,6 +356,7 @@ static ByteString make_input_acceptable_cpp(ByteString const& input)
|
|||
"inline",
|
||||
"mutable",
|
||||
"namespace",
|
||||
"operator",
|
||||
"register",
|
||||
"switch",
|
||||
"template")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue