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

Unified Diff: runtime/vm/object.cc

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 | « runtime/vm/debugger_test.cc ('k') | runtime/vm/report_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.cc
diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
index 7d6219717baa93c33e3da41d419af21d04e9520c..571679104150de1cd00bacfdd7d2c46e99239699 100644
--- a/runtime/vm/object.cc
+++ b/runtime/vm/object.cc
@@ -8555,7 +8555,7 @@ void Script::PrintJSONImpl(JSONStream* stream, bool ref) const {
jsobj.AddFixedServiceId("libraries/%" Pd "/scripts/%s",
lib_index, encoded_uri.ToCString());
jsobj.AddPropertyStr("uri", uri);
- jsobj.AddProperty("kind", GetKindAsCString());
+ jsobj.AddProperty("_kind", GetKindAsCString());
if (ref) {
return;
}
« no previous file with comments | « runtime/vm/debugger_test.cc ('k') | runtime/vm/report_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698