Index: runtime/observatory/lib/src/elements/service_ref.html |
diff --git a/runtime/observatory/lib/src/elements/service_ref.html b/runtime/observatory/lib/src/elements/service_ref.html |
index 839b4c5295b7fd12f2c19a0050ca77b5484ff1f3..bf73449944c6aaaccc851cd02e049cb04930fdac 100644 |
--- a/runtime/observatory/lib/src/elements/service_ref.html |
+++ b/runtime/observatory/lib/src/elements/service_ref.html |
@@ -15,7 +15,7 @@ |
<em>{{ ref.vmType }}</em> ({{ ref.length }}) |
</a> |
</template> |
- <template if="{{ ref.isICData }}"> |
+ <template if="{{ ref.isICData || ref.isMegamorphicCache }}"> |
<a on-click="{{ goto }}" _href="{{ url }}"> |
<em>{{ ref.vmType }}</em> ({{ ref.selector }}) |
</a> |
@@ -25,7 +25,7 @@ |
<em>{{ ref.vmType }}</em> ({{ ref.code.name }}) |
</a> |
</template> |
- <template if="{{ !(ref.isObjectPool || ref.isICData || ref.isInstructions) }}"> |
+ <template if="{{ !(ref.isObjectPool || ref.isICData || ref.isMegamorphicCache || ref.isInstructions) }}"> |
<template if="{{ nameIsEmpty }}"> |
<a on-click="{{ goto }}" _href="{{ url }}"><em>{{ ref.vmType }}</em></a> |
</template> |