| Index: runtime/observatory/lib/src/elements/isolate_view.html
|
| diff --git a/runtime/observatory/lib/src/elements/isolate_view.html b/runtime/observatory/lib/src/elements/isolate_view.html
|
| index b9f5e8114f435d1e6703969098b44499fce28c55..014c191bba421d745b637cb1da4bc1ba2fdb033f 100644
|
| --- a/runtime/observatory/lib/src/elements/isolate_view.html
|
| +++ b/runtime/observatory/lib/src/elements/isolate_view.html
|
| @@ -54,10 +54,10 @@
|
| <template if="{{ isolate.topFrame != null }}">
|
| <br>
|
| <div class="content-centered-big">
|
| - <script-inset script="{{ isolate.topFrame['script'] }}"
|
| - currentPos="{{ isolate.topFrame['tokenPos'] }}"
|
| - height="200px">
|
| - </script-inset>
|
| + <source-inset location="{{ isolate.topFrame.function.location }}"
|
| + currentPos="{{ isolate.topFrame.location.tokenPos }}"
|
| + height="200px">
|
| + </source-inset>
|
| </div>
|
| </template>
|
|
|
|
|