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

Unified Diff: runtime/observatory/lib/src/elements/class_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/class_view.html
diff --git a/runtime/observatory/lib/src/elements/class_view.html b/runtime/observatory/lib/src/elements/class_view.html
index dc4121e65fd6c6cb9bb831c0fa03639189785027..10f67fc8bf5002e774c2a180b6c8dcf95f304f31 100644
--- a/runtime/observatory/lib/src/elements/class_view.html
+++ b/runtime/observatory/lib/src/elements/class_view.html
@@ -45,8 +45,7 @@
<div class="memberItem">
<div class="memberName">script</div>
<div class="memberValue">
- <script-ref ref="{{ cls.script }}" pos="{{ cls.tokenPos }}">
- </script-ref>
+ <source-link location="{{ cls.location }}"></source-link>
</div>
</div>
@@ -208,10 +207,8 @@
<hr>
<div class="content-centered-big">
- <script-inset script="{{ cls.script }}"
- startPos="{{ cls.tokenPos }}"
- endPos="{{ cls.endTokenPos }}">
- </script-inset>
+ <source-inset location="{{ cls.location }}">
+ </source-inset>
</div>
<view-footer></view-footer>
« no previous file with comments | « runtime/observatory/lib/src/debugger/source_location.dart ('k') | runtime/observatory/lib/src/elements/debugger.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698