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

Unified Diff: runtime/observatory/lib/src/elements/object_common.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/object_common.dart
diff --git a/runtime/observatory/lib/src/elements/object_common.dart b/runtime/observatory/lib/src/elements/object_common.dart
index 3e40ca2b04716b04241f17e429e165f7d1f1bf04..a52dc7ba01601b4ef9485c318f53ed3907e3d91d 100644
--- a/runtime/observatory/lib/src/elements/object_common.dart
+++ b/runtime/observatory/lib/src/elements/object_common.dart
@@ -14,7 +14,7 @@ import 'package:observatory/src/elements/sentinel_value.dart';
import 'package:observatory/utils.dart';
class ObjectCommonElement extends HtmlElement implements Renderable {
- static const tag = const Tag<ObjectCommonElement>('object-common-wrapped',
+ static const tag = const Tag<ObjectCommonElement>('object-common',
dependencies: const [
ClassRefElement.tag,
InboundReferencesElement.tag,

Powered by Google App Engine
This is Rietveld 408576698