Skip to content

Commit

Permalink
Restore missing call to RuntimeDelegate.OnRootIsolateCreated (#21953)
Browse files Browse the repository at this point in the history
Fixes #68411
  • Loading branch information
jason-simmons committed Oct 18, 2020
1 parent e9a43c1 commit 499a70f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/runtime_controller.cc
Expand Up @@ -397,6 +397,9 @@ bool RuntimeController::LaunchRootIsolate(
}

FML_DCHECK(Dart_CurrentIsolate() == nullptr);

client_.OnRootIsolateCreated();

return true;
}

Expand Down

0 comments on commit 499a70f

Please sign in to comment.