| Index: runtime/observatory/lib/src/elements/instance_ref.html
|
| diff --git a/runtime/observatory/lib/src/elements/instance_ref.html b/runtime/observatory/lib/src/elements/instance_ref.html
|
| index ab7bb160b53bed5b80bcd440e869a61d1bf6d404..2f4fff11d52978f0bcf4c7c4ba44c09f66742b6f 100644
|
| --- a/runtime/observatory/lib/src/elements/instance_ref.html
|
| +++ b/runtime/observatory/lib/src/elements/instance_ref.html
|
| @@ -38,8 +38,7 @@
|
|
|
| <template if="{{ ref.isClosure }}">
|
| <a on-click="{{ goto }}" _href="{{ url }}">
|
| - <!-- TODO(turnidge): Switch this to fully-qualified function -->
|
| - {{ ref.closureFunc.name }}
|
| + {{ ref.closureFunc.qualifiedName }}
|
| </a>
|
| </template>
|
|
|
|
|