| Index: ios/web_view/internal/criwv_web_main_parts.mm
|
| diff --git a/ios/web_view/internal/criwv_web_main_parts.mm b/ios/web_view/internal/criwv_web_main_parts.mm
|
| index dd491d1cce36dbc8c1c0be3e7f6ca2e859767e5c..dee554adf2af091314fde6fd360da36d9a38e6c0 100644
|
| --- a/ios/web_view/internal/criwv_web_main_parts.mm
|
| +++ b/ios/web_view/internal/criwv_web_main_parts.mm
|
| @@ -13,6 +13,10 @@
|
| #include "ui/base/l10n/l10n_util_mac.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace ios_web_view {
|
|
|
| CRIWVWebMainParts::CRIWVWebMainParts(id<CRIWVDelegate> delegate) {
|
|
|