| Index: headless/lib/browser/domain_h.template
|
| diff --git a/headless/lib/browser/domain_h.template b/headless/lib/browser/domain_h.template
|
| index 4e3b363aab3f5fb5d9dd3ad1310ad1a7063188ef..0cd03c3bc5380328c4766933f1345c5a27034542 100644
|
| --- a/headless/lib/browser/domain_h.template
|
| +++ b/headless/lib/browser/domain_h.template
|
| @@ -49,7 +49,7 @@ class HEADLESS_EXPORT Domain {
|
| {% break %}
|
| {% endif %}
|
| {% if not loop.first %}, {% endif %}
|
| -{{resolve_type(parameter).pass_type}} {{parameter.name -}}
|
| +{{resolve_type(parameter).pass_type}} {{parameter.name | camelcase_to_hacker_style -}}
|
| {% endfor %}
|
| {% if "parameters" in command and not command.parameters[0].get("optional", False) %}, {% endif %}{# -#}
|
| {% if "returns" in command -%}
|
|
|