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

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

Issue 2345023003: Use dartfmt on Observatory code (Closed)
Patch Set: merge Created 4 years, 3 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/retaining_path.dart
diff --git a/runtime/observatory/lib/src/models/objects/retaining_path.dart b/runtime/observatory/lib/src/models/objects/retaining_path.dart
index d16112e2a849ead4bdf073dc9fb132260c7b1c54..f68eecdadf88ffa01cffacaf93501d2f8e65610f 100644
--- a/runtime/observatory/lib/src/models/objects/retaining_path.dart
+++ b/runtime/observatory/lib/src/models/objects/retaining_path.dart
@@ -10,11 +10,14 @@ abstract class RetainingPath {
abstract class RetainingPathItem {
ObjectRef get source;
+
/// [optional]
/// FieldRef or InstanceRef (null)
ObjectRef get parentField;
+
/// [optional]
int get parentListIndex;
+
/// [optional]
int get parentWordOffset;
}

Powered by Google App Engine
This is Rietveld 408576698