Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: runtime/observatory/tests/observatory_ui/mocks/repositories/heap_snapshot.dart

Issue 2783933002: Fix many warnings/errors when building Observatory (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/observatory/tests/observatory_ui/mocks/repositories/heap_snapshot.dart
diff --git a/runtime/observatory/tests/observatory_ui/mocks/repositories/heap_snapshot.dart b/runtime/observatory/tests/observatory_ui/mocks/repositories/heap_snapshot.dart
index d79ea9f983ad84ff78c989385db80b5731607eb0..de7dec0e0e46b4ee7724ef68e6a700ee9ed84c41 100644
--- a/runtime/observatory/tests/observatory_ui/mocks/repositories/heap_snapshot.dart
+++ b/runtime/observatory/tests/observatory_ui/mocks/repositories/heap_snapshot.dart
@@ -38,7 +38,7 @@ class HeapSnapshotRepositoryMock implements M.HeapSnapshotRepository {
final HeapSnapshotRepositoryMockCallback _get;
Stream<M.HeapSnapshotLoadingProgressEvent> get(M.IsolateRef isolate,
- {bool gc: false}) {
+ {M.HeapSnapshotRoots roots: M.HeapSnapshotRoots.vm, bool gc: false}) {
if (_get != null) {
return _get(isolate, gc);
}

Powered by Google App Engine
This is Rietveld 408576698