| Index: third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl
|
| index a66e7f5a4ba91a5d7a73f62346b9c22ff642daf4..f66470c141be565cc271765ddb9fc7d7b082509c 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl
|
| @@ -46,7 +46,7 @@
|
| };
|
| {%- else %}
|
|
|
| -{{export_symbol}} void {{probe.name}}({{ params_decl(probe) }});
|
| +{{export_symbol}} {{probe.return_type}} {{probe.name}}({{ params_decl(probe) }});
|
|
|
| {%- endif %}
|
| {%- endfor %}
|
|
|