| Index: ios/web/app/web_main.mm
|
| diff --git a/ios/web/app/web_main.mm b/ios/web/app/web_main.mm
|
| index 0625343a94c07bc812cf6f7a3fcd08058bb39560..e0d7f990cbf8a071c6eba1fc228e2db7500cd4ea 100644
|
| --- a/ios/web/app/web_main.mm
|
| +++ b/ios/web/app/web_main.mm
|
| @@ -5,6 +5,10 @@
|
| #include "ios/web/public/app/web_main.h"
|
| #include "ios/web/public/app/web_main_runner.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
|
|
| WebMain::WebMain(const WebMainParams& params) {
|
|
|