| Index: ios/chrome/browser/ui/util/manual_text_framer.h
|
| diff --git a/ios/chrome/browser/ui/util/manual_text_framer.h b/ios/chrome/browser/ui/util/manual_text_framer.h
|
| index 006a40f011a563493d07b388c6bc1e62fc423c13..1a719ddbfe6348c23e0d1df3cc85545d60b0352c 100644
|
| --- a/ios/chrome/browser/ui/util/manual_text_framer.h
|
| +++ b/ios/chrome/browser/ui/util/manual_text_framer.h
|
| @@ -29,7 +29,7 @@
|
|
|
| // The TextFrame created by |-frameText|. Will be nil before |-frameText| is
|
| // called.
|
| -@property(nonatomic, readonly) id<TextFrame> textFrame;
|
| +@property(strong, nonatomic, readonly) id<TextFrame> textFrame;
|
|
|
| @end
|
|
|
|
|