Index: runtime/observatory/lib/src/app/page.dart |
diff --git a/runtime/observatory/lib/src/app/page.dart b/runtime/observatory/lib/src/app/page.dart |
index 0129c3483241971b0cf60005fb511c885deb1f34..e1651aac0e9c976efa021d586513dd9b27818b7d 100644 |
--- a/runtime/observatory/lib/src/app/page.dart |
+++ b/runtime/observatory/lib/src/app/page.dart |
@@ -372,8 +372,7 @@ class VMConnectPage extends Page { |
if (element == null) { |
element = new VMConnectElement( |
ObservatoryApplication.app.targets, |
- new CrashDumpRepositoryMock( |
- load: ObservatoryApplication.app.loadCrashDump), |
+ ObservatoryApplication.app.loadCrashDump, |
ObservatoryApplication.app.notifications, |
queue: ObservatoryApplication.app.queue); |
} |