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

Unified Diff: runtime/observatory/lib/src/elements/megamorphiccache_ref.dart

Issue 2310003004: Removed polymer & mirror from Observatory (Closed)
Patch Set: Fixed crash in heap-map page 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/elements/megamorphiccache_ref.dart
diff --git a/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart b/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart
index 7d6397619495930e77a9402cdf50d19bbcb20307..e5967271d5c7915454d0d3db13205c36d7686d75 100644
--- a/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart
+++ b/runtime/observatory/lib/src/elements/megamorphiccache_ref.dart
@@ -12,7 +12,7 @@ import 'package:observatory/src/elements/helpers/uris.dart';
class MegamorphicCacheRefElement extends HtmlElement implements Renderable {
static const tag =
- const Tag<MegamorphicCacheRefElement>('megamorphic-cache-ref-wrapped');
+ const Tag<MegamorphicCacheRefElement>('megamorphic-cache-ref');
RenderingScheduler<MegamorphicCacheRefElement> _r;

Powered by Google App Engine
This is Rietveld 408576698