| 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,
|
|
|