Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1632)

Unified Diff: runtime/observatory/lib/src/elements/isolate_view.html

Issue 1150303004: Switch to using SourceLocation universally in service protocol. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: post merge Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_view.dart ('k') | runtime/observatory/lib/src/elements/observatory_element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698