Unverified Commit d390f4d9 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

switch benchmark to isolate runnable (#54374)

parent d6806392
......@@ -572,7 +572,7 @@ class HotRunner extends ResidentRunner {
for (final FlutterView view in device.views) {
isolateNotifications.add(
view.owner.vm.vmService.onIsolateEvent.firstWhere((vm_service.Event event) {
return event.kind == vm_service.EventKind.kServiceExtensionAdded;
return event.kind == vm_service.EventKind.kIsolateRunnable;
}),
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment