Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1731)

Unified Diff: third_party/WebKit/Source/build/scripts/templates/InstrumentingProbesInl.h.tmpl

Issue 2797253005: Revert of [instrumentation] Turn inspector override "probes" return values into output parameters. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 %}

Powered by Google App Engine
This is Rietveld 408576698