Skip to content

Commit baebba0

Browse files
aamcommit-bot@chromium.org
authored andcommitted
[vm/isolate] Fix type name typo in Dart::Init method declaration
Change-Id: I68bc114aff645a41e8eb4aaa8af9ae79fd536b4e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112640 Auto-Submit: Alexander Aprelev <[email protected]> Reviewed-by: Martin Kustermann <[email protected]> Commit-Queue: Alexander Aprelev <[email protected]>
1 parent b21a5f1 commit baebba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/vm/dart.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ char* Dart::Init(const uint8_t* vm_isolate_snapshot,
136136
Dart_IsolateGroupCreateCallback create_group,
137137
Dart_InitializeIsolateCallback initialize_isolate,
138138
Dart_IsolateShutdownCallback shutdown,
139-
Dart_IsolateShutdownCallback cleanup,
139+
Dart_IsolateCleanupCallback cleanup,
140140
Dart_IsolateGroupCleanupCallback cleanup_group,
141141
Dart_ThreadExitCallback thread_exit,
142142
Dart_FileOpenCallback file_open,

0 commit comments

Comments
 (0)