Skip to content

Commit

Permalink
Update input_stream_adapter.m
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 1, 2024
1 parent c67c4b8 commit 1c1a3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/objective_c/src/input_stream_adapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ @implementation DartInputStreamAdapter {
NSStreamStatus _status;
BOOL _done;
NSError *_error;
id<NSStreamDelegate> __weak _delegate; // This is a weak reference.
id<NSStreamDelegate> __weak _delegate;
}

+ (instancetype)inputStreamWithPort:(Dart_Port)sendPort {
Expand Down

0 comments on commit 1c1a3c8

Please sign in to comment.