Skip to content

Commit

Permalink
[fuchsia] Add missing AOT entry points for FromFileResult and MapResu…
Browse files Browse the repository at this point in the history
…lt. (flutter#4649)
  • Loading branch information
rmacnak-google authored Feb 8, 2018
1 parent 4c2f8b5 commit c210d62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/dart_vm_entry_points_fuchsia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ dart:io,_EmbedderConfig,_mayExit
dart:io,_Namespace,_setupNamespace
dart:mozart.internal,::,_context
dart:mozart.internal,::,_viewContainer
dart:zircon,_Namespace,_namespace
dart:zircon,FromFileResult,FromFileResult.
dart:zircon,GetSizeResult,GetSizeResult.
dart:zircon,Handle,Handle._
dart:zircon,HandlePairResult,HandlePairResult.
dart:zircon,HandleResult,HandleResult.
dart:zircon,HandleWaiter,HandleWaiter._
dart:zircon,MapResult,MapResult.
dart:zircon,ReadResult,ReadResult.
dart:zircon,WriteResult,WriteResult.
dart:zircon,_Namespace,_namespace

0 comments on commit c210d62

Please sign in to comment.