Skip to content

Commit 49a00ae

Browse files
authored
Fix Fuchsia build. (flutter#9730)
1 parent b3bb39b commit 49a00ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/fuchsia/dart/dart_runner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void IsolateShutdownCallback(void* isolate_group_data, void* isolate_data) {
9292
}
9393
}
9494

95-
void IsolateCleanupCallback(void* isolate_group_data) {
95+
void IsolateGroupCleanupCallback(void* isolate_group_data) {
9696
delete static_cast<std::shared_ptr<tonic::DartState>*>(isolate_group_data);
9797
}
9898

0 commit comments

Comments
 (0)