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

Unified Diff: runtime/observatory/lib/src/models/objects/megamorphiccache.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/megamorphiccache.dart
diff --git a/runtime/observatory/lib/src/models/repositories/script.dart b/runtime/observatory/lib/src/models/objects/megamorphiccache.dart
similarity index 75%
copy from runtime/observatory/lib/src/models/repositories/script.dart
copy to runtime/observatory/lib/src/models/objects/megamorphiccache.dart
index 3073c2ea21e74d7dad726b76e2043a83e3a32a3a..a87fb48746287d0f091b6788bfe79572a7a03b8e 100644
--- a/runtime/observatory/lib/src/models/repositories/script.dart
+++ b/runtime/observatory/lib/src/models/objects/megamorphiccache.dart
@@ -4,6 +4,6 @@
part of models;
-abstract class ScriptRepository {
- Future<Script> get(String id);
+abstract class MegamorphicCacheRef extends ObjectRef {
+ String get selector;
}

Powered by Google App Engine
This is Rietveld 408576698