| Index: ios/web_view/public/cwv_web_view.h
|
| diff --git a/ios/web_view/public/cwv_web_view.h b/ios/web_view/public/cwv_web_view.h
|
| index 6fe729892d5d24ecba34873fb5a0a0dbec4d586d..f98cc081527075c76bc9dcc9727923a65f7f2f28 100644
|
| --- a/ios/web_view/public/cwv_web_view.h
|
| +++ b/ios/web_view/public/cwv_web_view.h
|
| @@ -48,7 +48,7 @@ CWV_EXPORT
|
| // The URL of the current document.
|
| @property(nonatomic, readonly) NSURL* lastCommittedURL;
|
|
|
| -// The current page title.
|
| +// The current page title. KVO compliant.
|
| @property(nonatomic, readonly, copy) NSString* title;
|
|
|
| // Page loading progress from 0.0 to 1.0. KVO compliant.
|
|
|