IDLGenerators: Make 'operator' a reserved word

This is the name of an attribute of CSSMathValue.
This commit is contained in:
Sam Atkins 2025-08-18 17:27:51 +01:00 committed by Andreas Kling
commit ef8ca729cc
Notes: github-actions[bot] 2025-08-29 10:00:17 +00:00

View file

@ -356,6 +356,7 @@ static ByteString make_input_acceptable_cpp(ByteString const& input)
"inline",
"mutable",
"namespace",
"operator",
"register",
"switch",
"template")) {