| Index: ios/web/web_state/web_view_internal_creation_util.mm
|
| diff --git a/ios/web/web_state/web_view_internal_creation_util.mm b/ios/web/web_state/web_view_internal_creation_util.mm
|
| index 4a96aaeb365a154d08b50f7ddc4e8c8ea3ad8938..3b0f2da8ee393359ebd57dfb66293368d38ee470 100644
|
| --- a/ios/web/web_state/web_view_internal_creation_util.mm
|
| +++ b/ios/web/web_state/web_view_internal_creation_util.mm
|
| @@ -9,6 +9,10 @@
|
| #include "ios/web/public/web_client.h"
|
| #import "ios/web/web_state/ui/wk_web_view_configuration_provider.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
|
|
| namespace {
|
|
|