diff --git a/runtime/observatory/lib/src/repositories/allocation_profile.dart b/runtime/observatory/lib/src/repositories/allocation_profile.dart index e3ea7e7c960..869842858fc 100644 --- a/runtime/observatory/lib/src/repositories/allocation_profile.dart +++ b/runtime/observatory/lib/src/repositories/allocation_profile.dart @@ -9,7 +9,7 @@ class AllocationProfileRepository implements M.AllocationProfileRepository { static const _defaultsApi = '_getDefaultClassesAliases'; Future get(M.IsolateRef i, - {bool gc: false, bool reset: false, bool combine: true}) async { + {bool gc: false, bool reset: false, bool combine: false}) async { assert(gc != null); assert(reset != null); S.Isolate isolate = i as S.Isolate;