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 |