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

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

Issue 1158863002: Mark script kinds as private in the service protocol. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: sync Created 5 years, 7 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_object_rpc_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 911968a4831d07e6a66ec7f643d7029bb35922b8..8e1a496cc50f26ede618078f99fc0783e159e128 100644
--- a/runtime/observatory/lib/src/service/object.dart
+++ b/runtime/observatory/lib/src/service/object.dart
@@ -2248,7 +2248,7 @@ class Script extends ServiceObject with Coverage {
void _update(ObservableMap map, bool mapIsRef) {
_upgradeCollection(map, isolate);
uri = map['uri'];
- kind = map['kind'];
+ kind = map['_kind'];
_shortUri = uri.substring(uri.lastIndexOf('/') + 1);
name = _shortUri;
vmName = uri;
« no previous file with comments | « no previous file | runtime/observatory/tests/service/get_object_rpc_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698