| Index: ios/web/public/test/earl_grey/web_view_actions.mm
|
| diff --git a/ios/web/public/test/earl_grey/web_view_actions.mm b/ios/web/public/test/earl_grey/web_view_actions.mm
|
| index a8bfd1ad3585eda9ad794957cfae245c80e24f54..e86923475200caca43b09a81def4bfc202564407 100644
|
| --- a/ios/web/public/test/earl_grey/web_view_actions.mm
|
| +++ b/ios/web/public/test/earl_grey/web_view_actions.mm
|
| @@ -166,7 +166,7 @@ id<GREYAction> webViewVerifiedActionOnElement(WebState* state,
|
| }
|
|
|
| // Run the action.
|
| - [[EarlGrey selectElementWithMatcher:webViewInWebState(state)]
|
| + [[EarlGrey selectElementWithMatcher:WebViewInWebState(state)]
|
| performAction:action
|
| error:error];
|
|
|
| @@ -194,7 +194,7 @@ id<GREYAction> webViewVerifiedActionOnElement(WebState* state,
|
| };
|
|
|
| return [GREYActionBlock actionWithName:action_name
|
| - constraints:webViewInWebState(state)
|
| + constraints:WebViewInWebState(state)
|
| performBlock:verified_tap];
|
| }
|
|
|
|
|