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

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

Issue 2244433003: Converted Observatory refs elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merged with master 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/unknown.dart
diff --git a/runtime/observatory/lib/src/models/repositories/script.dart b/runtime/observatory/lib/src/models/objects/unknown.dart
similarity index 76%
copy from runtime/observatory/lib/src/models/repositories/script.dart
copy to runtime/observatory/lib/src/models/objects/unknown.dart
index 3073c2ea21e74d7dad726b76e2043a83e3a32a3a..3faeed0c92ca3d522f2464905f5b200fad414123 100644
--- a/runtime/observatory/lib/src/models/repositories/script.dart
+++ b/runtime/observatory/lib/src/models/objects/unknown.dart
@@ -4,6 +4,6 @@
part of models;
-abstract class ScriptRepository {
- Future<Script> get(String id);
+abstract class UnknownObjectRef extends ObjectRef {
+ String get vmType;
}

Powered by Google App Engine
This is Rietveld 408576698