| 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 14c6d29e3bb637c10c361b10a79b41b21a214c47..a24b2f602905cb5ffaddb4f75c8c0bbf9cd224c9 100644
|
| --- a/runtime/observatory/lib/src/app/application.dart
|
| +++ b/runtime/observatory/lib/src/app/application.dart
|
| @@ -130,6 +130,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));
|
|
|