| Index: ios/web_view/internal/cwv_web_view.mm
|
| diff --git a/ios/web_view/internal/cwv_web_view.mm b/ios/web_view/internal/cwv_web_view.mm
|
| index b2af84b4f89d1828556d9f6e8816e27b985ee802..990c2ba5262c734a53c00825dcf595767500a55b 100644
|
| --- a/ios/web_view/internal/cwv_web_view.mm
|
| +++ b/ios/web_view/internal/cwv_web_view.mm
|
| @@ -54,6 +54,7 @@
|
|
|
| @implementation CWVWebView
|
|
|
| +@synthesize configuration = _configuration;
|
| @synthesize navigationDelegate = _navigationDelegate;
|
| @synthesize translationDelegate = _translationDelegate;
|
| @synthesize estimatedProgress = _estimatedProgress;
|
|
|