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

Unified Diff: runtime/observatory/lib/src/models/objects/pc_descriptors.dart

Issue 2244433003: Converted Observatory refs elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: All element tested Created 4 years, 4 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
Index: runtime/observatory/lib/src/models/objects/pc_descriptors.dart
diff --git a/runtime/observatory/lib/src/models/objects/target.dart b/runtime/observatory/lib/src/models/objects/pc_descriptors.dart
similarity index 78%
copy from runtime/observatory/lib/src/models/objects/target.dart
copy to runtime/observatory/lib/src/models/objects/pc_descriptors.dart
index a58673f248b4a1bd7638d02be186e5ec384640a3..fea4ce66d93c290c3edf977273f5655b1862ce8d 100644
--- a/runtime/observatory/lib/src/models/objects/target.dart
+++ b/runtime/observatory/lib/src/models/objects/pc_descriptors.dart
@@ -4,6 +4,7 @@
part of models;
-abstract class Target {
+abstract class PcDescriptorsRef extends ObjectRef {
+ /// [optional]
String get name;
}

Powered by Google App Engine
This is Rietveld 408576698