We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bb39b commit 49a00aeCopy full SHA for 49a00ae
shell/platform/fuchsia/dart/dart_runner.cc
@@ -92,7 +92,7 @@ void IsolateShutdownCallback(void* isolate_group_data, void* isolate_data) {
92
}
93
94
95
-void IsolateCleanupCallback(void* isolate_group_data) {
+void IsolateGroupCleanupCallback(void* isolate_group_data) {
96
delete static_cast<std::shared_ptr<tonic::DartState>*>(isolate_group_data);
97
98
0 commit comments