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 71be259222d6d49af9d65e02e77ecf56f64e4d43..db07c7015b6dbea8cbe4bf2a32946ec116b639a3 100644 |
--- a/runtime/observatory/lib/src/app/application.dart |
+++ b/runtime/observatory/lib/src/app/application.dart |
@@ -153,7 +153,6 @@ 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)); |