Skip to content

Commit

Permalink
[vm/ffi] Fix doc for Pointers being sent through SendPorts
Browse files Browse the repository at this point in the history
https://dart-review.googlesource.com/c/sdk/+/350822 enabled sending
`Pointer`s via `SendPort`s, but omitted updating the doc.

TEST=doc fix only

Closes: #56236
CoreLibraryReviewExempt: FFI doc only.
Change-Id: Ib2b0a648856f328af310c460b3792709177807d8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/375820
Reviewed-by: Tess Strickland <sstrickl@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
Auto-Submit: Daco Harkes <dacoharkes@google.com>
  • Loading branch information
dcharkes authored and Commit Queue committed Jul 16, 2024
1 parent b26c29a commit 3e402e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/lib/isolate/isolate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@ abstract interface class SendPort implements Capability {
/// - [Finalizable]
/// - [Finalizer]
/// - [NativeFinalizer]
/// - [Pointer]
/// - [UserTag]
/// - `MirrorReference`
///
Expand Down

0 comments on commit 3e402e2

Please sign in to comment.