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

Unified Diff: runtime/bin/vmservice/client/lib/src/elements/stack_frame.html

Issue 216883008: Use tokenPos instead of line/col in the vm service. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: gen js / handle multiple reloads Created 6 years, 9 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/bin/vmservice/client/lib/src/elements/stack_frame.html
diff --git a/runtime/bin/vmservice/client/lib/src/elements/stack_frame.html b/runtime/bin/vmservice/client/lib/src/elements/stack_frame.html
index a9657653b5d80a14eb7a14818ed7ce07265b395d..86ba9792f91cf16e8c1ee32b4a6adb433284d916 100644
--- a/runtime/bin/vmservice/client/lib/src/elements/stack_frame.html
+++ b/runtime/bin/vmservice/client/lib/src/elements/stack_frame.html
@@ -28,7 +28,8 @@
</div>
<div class="col-md-9">
<function-ref ref="{{ frame['function'] }}"></function-ref>
- ( <script-ref ref="{{ frame['script'] }}" line="{{ frame['line'] }}">
+ ( <script-ref ref="{{ frame['script'] }}"
+ pos="{{ frame['tokenPos'] }}">
</script-ref> )
<curly-block>

Powered by Google App Engine
This is Rietveld 408576698