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

Unified Diff: runtime/observatory/lib/src/elements/function_view.dart

Issue 1000933004: Display ICData entries at call sites, with links to the targets and guarded classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/library_ref.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/function_view.dart
diff --git a/runtime/observatory/lib/src/elements/function_view.dart b/runtime/observatory/lib/src/elements/function_view.dart
index 44c1d5c262339b235e9435c21acce78c339cd617..35414e502a27ce01f24da62781ffdee4016b277a 100644
--- a/runtime/observatory/lib/src/elements/function_view.dart
+++ b/runtime/observatory/lib/src/elements/function_view.dart
@@ -20,6 +20,5 @@ class FunctionViewElement extends ObservatoryElement {
void refreshCoverage(var done) {
function.refreshCoverage().whenComplete(done);
- function.refreshCallSiteData().whenComplete(done);
}
}
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/library_ref.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698