| Index: runtime/observatory/lib/src/models/repositories/allocation_profile.dart
|
| diff --git a/runtime/observatory/lib/src/models/repositories/allocation_profile.dart b/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
|
| index 2a760cf385ae3759a63f06acb136b20ab23c1c7f..ecb127b9faf22bdd8669a46b59dba0ab448f93fa 100644
|
| --- a/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
|
| +++ b/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
|
| @@ -6,5 +6,5 @@ part of models;
|
|
|
| abstract class AllocationProfileRepository {
|
| Future<AllocationProfile> get(IsolateRef isolate,
|
| - {bool gc: false, bool reset: false});
|
| + {bool gc: false, bool reset: false, bool combine: false});
|
| }
|
|
|