| 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 44574ef2a297964588ed65bcad3e05d74a6f6be3..0d5b96f1a88174ed0f102ed8758163bb80d0a149 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;
|
|
|