mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Keyword argument for custom constant mapping
This commit is contained in:
parent
1c34162220
commit
12f429e23b
2 changed files with 8 additions and 3 deletions
|
@ -312,6 +312,7 @@
|
|||
keyword_kwargs = {a: kwargs.pop(a, None) for a in [
|
||||
'gecko_constant_prefix', 'gecko_enum_prefix',
|
||||
'extra_gecko_values', 'extra_servo_values',
|
||||
'custom_consts',
|
||||
]}
|
||||
%>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue