Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 58a36b8

Browse files
committed
review: add cf_audited_transfer attr
1 parent 7946f64 commit 58a36b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/platform_view_ios.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class PlatformViewIOS final : public PlatformView {
5757
* Returns the `FlutterViewController` currently attached to the `FlutterEngine` owning
5858
* this PlatformViewIOS.
5959
*/
60-
FlutterViewController* GetOwnerViewController() const;
60+
FlutterViewController* GetOwnerViewController() const __attribute__((cf_audited_transfer));
6161

6262
/**
6363
* Updates the `FlutterViewController` currently attached to the `FlutterEngine` owning

0 commit comments

Comments
 (0)