| Index: runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart
|
| diff --git a/runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart b/runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart
|
| index db78b94e3f0abf4a7123a01b975d45c49346fab9..ca1b5bfc8a6fe08f7ceb06dc6cdfb5cb25b5a34a 100644
|
| --- a/runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart
|
| +++ b/runtime/bin/vmservice/client/lib/src/observatory_elements/heap_profile.dart
|
| @@ -4,7 +4,6 @@
|
|
|
| library heap_profile_element;
|
|
|
| -import 'dart:async';
|
| import 'dart:html';
|
| import 'package:logging/logging.dart';
|
| import 'package:polymer/polymer.dart';
|
| @@ -133,6 +132,7 @@ class HeapProfileElement extends ObservatoryElement {
|
| case 8:
|
| return v['old'][LIVE_AFTER_GC_SIZE];
|
| }
|
| + return null;
|
| }
|
|
|
| void refreshData(Event e, var detail, Node target) {
|
|
|