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 db07c7015b6dbea8cbe4bf2a32946ec116b639a3..71be259222d6d49af9d65e02e77ecf56f64e4d43 100644 |
--- a/runtime/observatory/lib/src/app/application.dart |
+++ b/runtime/observatory/lib/src/app/application.dart |
@@ -153,6 +153,7 @@ class ObservatoryApplication { |
void _registerPages() { |
_pageRegistry.add(new VMPage(this)); |
_pageRegistry.add(new FlagsPage(this)); |
+ _pageRegistry.add(new NativeMemoryProfilerPage(this)); |
_pageRegistry.add(new InspectPage(this)); |
_pageRegistry.add(new ClassTreePage(this)); |
_pageRegistry.add(new DebuggerPage(this)); |