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

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

Issue 2167053002: Converted Observatory nav-notify element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed template ciclic references that were blocking initialization Created 4 years, 5 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/timeline_event.dart
diff --git a/runtime/observatory/lib/src/models/objects/target.dart b/runtime/observatory/lib/src/models/objects/timeline_event.dart
similarity index 78%
copy from runtime/observatory/lib/src/models/objects/target.dart
copy to runtime/observatory/lib/src/models/objects/timeline_event.dart
index f2a16585744571cbaafdda1f116bc5d8ce721350..6cac6d10822e06387022cf3ab030a706ad58b6ac 100644
--- a/runtime/observatory/lib/src/models/objects/target.dart
+++ b/runtime/observatory/lib/src/models/objects/timeline_event.dart
@@ -4,6 +4,4 @@
part of models;
-abstract class Target {
- String get name;
-}
+abstract class TimelineEvent implements Map<String, dynamic> {}

Powered by Google App Engine
This is Rietveld 408576698