| Index: runtime/bin/vmservice/client/deployed/web/index.html
|
| diff --git a/runtime/bin/vmservice/client/deployed/web/index.html b/runtime/bin/vmservice/client/deployed/web/index.html
|
| index e6ec2f8cac42bc678341050cb6b0a551bd880b16..a871022df19ad48453917de383f4a26fdd856fc6 100644
|
| --- a/runtime/bin/vmservice/client/deployed/web/index.html
|
| +++ b/runtime/bin/vmservice/client/deployed/web/index.html
|
| @@ -1176,7 +1176,8 @@
|
| @
|
| <function-ref ref="{{ isolate.topFrame['function'] }}">
|
| </function-ref>
|
| - (<script-ref ref="{{ isolate.topFrame['script'] }}" line="{{ isolate.topFrame['line'] }}"></script-ref>)
|
| + (<script-ref ref="{{ isolate.topFrame['script'] }}" pos="{{ isolate.topFrame['tokenPos'] }}">
|
| + </script-ref>)
|
| </template>
|
|
|
| <template if="{{ isolate.idle }}">
|
|
|