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

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

Issue 1726773002: Refactor service tests in preparation of running on sky_shell (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/heap_profile.dart
diff --git a/runtime/observatory/lib/src/elements/heap_profile.dart b/runtime/observatory/lib/src/elements/heap_profile.dart
index 731ff488a161ca8760a902067116687e52300f4c..9e5b1422637a0f768d440a3f8ba4194edfc1216c 100644
--- a/runtime/observatory/lib/src/elements/heap_profile.dart
+++ b/runtime/observatory/lib/src/elements/heap_profile.dart
@@ -156,7 +156,6 @@ class HeapProfileElement extends ObservatoryElement {
static const _FREE_INDEX = 1;
static const _EXTERNAL_INDEX = 2;
- static const _LABEL_INDEX = 0;
static const _VALUE_INDEX = 1;
void _initPieChartData(List rows) {

Powered by Google App Engine
This is Rietveld 408576698