| Index: runtime/observatory/lib/src/elements/function_view.html
|
| diff --git a/runtime/observatory/lib/src/elements/function_view.html b/runtime/observatory/lib/src/elements/function_view.html
|
| index 47342f401c6f8af1e733a925b819040ab8a5404f..813fb2a5a55cf79701fab06d654ac35eb483757c 100644
|
| --- a/runtime/observatory/lib/src/elements/function_view.html
|
| +++ b/runtime/observatory/lib/src/elements/function_view.html
|
| @@ -46,9 +46,7 @@
|
| <div class="memberItem">
|
| <div class="memberName">script</div>
|
| <div class="memberValue">
|
| - <script-ref ref="{{ function.script }}"
|
| - pos="{{ function.tokenPos }}">
|
| - </script-ref>
|
| + <source-link location="{{ function.location }}"></source-link>
|
| </div>
|
| </div>
|
|
|
| @@ -98,10 +96,7 @@
|
|
|
| <div class="content-centered-big">
|
| <hr>
|
| - <script-inset script="{{ function.script }}"
|
| - startPos="{{ function.tokenPos }}"
|
| - endPos="{{ function.endTokenPos }}">
|
| - </script-inset>
|
| + <source-inset location="{{ function.location }}"></source-inset>
|
| </div>
|
|
|
| <view-footer></view-footer>
|
|
|