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

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

Issue 1584173003: Use getSourceReport for coverage/callsites in Observatory. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: cleanups Created 4 years, 11 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/debugger.html
diff --git a/runtime/observatory/lib/src/elements/debugger.html b/runtime/observatory/lib/src/elements/debugger.html
index 981f2603bb5870673c8647ddcc3832f453cb82e8..570f19575d95b94480896688aa62e5a1e8d34173 100644
--- a/runtime/observatory/lib/src/elements/debugger.html
+++ b/runtime/observatory/lib/src/elements/debugger.html
@@ -263,6 +263,7 @@
location="{{ frame.function.location }}"
currentPos="{{ frame.location.tokenPos }}"
inDebuggerContext="{{ true }}"
+ scroller="{{ scroller }}"
variables="{{ frame.variables }}">
</source-inset>
</div>

Powered by Google App Engine
This is Rietveld 408576698