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

Unified Diff: runtime/vm/service.cc

Issue 1753903003: Make getSourceReport public. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « runtime/observatory/tests/service/get_source_report_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.cc
diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
index 70e677a0df4befa7158c1e7f7e7de06b92ab103b..4fbb0c523408c37143c991d33b293f046a9ce556 100644
--- a/runtime/vm/service.cc
+++ b/runtime/vm/service.cc
@@ -4041,7 +4041,7 @@ static const ServiceMethodDescriptor service_methods_[] = {
get_retained_size_params },
{ "_getRetainingPath", GetRetainingPath,
get_retaining_path_params },
- { "_getSourceReport", GetSourceReport,
+ { "getSourceReport", GetSourceReport,
get_source_report_params },
{ "getStack", GetStack,
get_stack_params },
« no previous file with comments | « runtime/observatory/tests/service/get_source_report_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698