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

Unified Diff: runtime/observatory/lib/src/service/object.dart

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 | « no previous file | runtime/observatory/tests/service/get_source_report_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/service/object.dart
diff --git a/runtime/observatory/lib/src/service/object.dart b/runtime/observatory/lib/src/service/object.dart
index b3a06b9b8269879a275accf6cb40517a7d95c515..6742642b837ab8bb72f7c1001c5099a39da283b3 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -1185,7 +1185,7 @@ class Isolate extends ServiceObjectOwner {
if (endPos != null) {
params['endTokenPos'] = endPos;
}
- return invokeRpc('_getSourceReport', params);
+ return invokeRpc('getSourceReport', params);
}
/// Fetches and builds the class hierarchy for this isolate. Returns the
« no previous file with comments | « no previous file | runtime/observatory/tests/service/get_source_report_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698