| Index: ios/web/app/web_main_runner.mm
|
| diff --git a/ios/web/app/web_main_runner.mm b/ios/web/app/web_main_runner.mm
|
| index 6592da8dc901c07419a2ff46b22f1be5953391ea..03040fec987b810f0c10dbd31496afc19ed48fbd 100644
|
| --- a/ios/web/app/web_main_runner.mm
|
| +++ b/ios/web/app/web_main_runner.mm
|
| @@ -15,6 +15,10 @@
|
| #include "ios/web/public/web_client.h"
|
| #include "ui/base/ui_base_paths.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
|
|
| class WebMainRunnerImpl : public WebMainRunner {
|
|
|