| Index: runtime/observatory/lib/src/app/application.dart
|
| diff --git a/runtime/observatory/lib/src/app/application.dart b/runtime/observatory/lib/src/app/application.dart
|
| index ef74096fb64be8e836795d833d03ae55a61d0de0..ef8d5748ec6546ab04803baee0b9f18617912cae 100644
|
| --- a/runtime/observatory/lib/src/app/application.dart
|
| +++ b/runtime/observatory/lib/src/app/application.dart
|
| @@ -131,6 +131,7 @@ class ObservatoryApplication extends Observable {
|
| _pageRegistry.add(new TableCpuProfilerPage(this));
|
| _pageRegistry.add(new AllocationProfilerPage(this));
|
| _pageRegistry.add(new HeapMapPage(this));
|
| + _pageRegistry.add(new HeapSnapshotPage(this));
|
| _pageRegistry.add(new VMConnectPage(this));
|
| _pageRegistry.add(new IsolateReconnectPage(this));
|
| _pageRegistry.add(new ErrorViewPage(this));
|
|
|