Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: ios/web/public/test/earl_grey/js_test_util.h

Issue 2886573002: [ObjC ARC] Converts ios/web:earl_grey_test_support to ARC. (Closed)
Patch Set: remove unecessary if statement Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/test/earl_grey/js_test_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/earl_grey/js_test_util.h
diff --git a/ios/web/public/test/earl_grey/js_test_util.h b/ios/web/public/test/earl_grey/js_test_util.h
index 8036e99701cd8366333ca7856382ccc30f3f4e5e..1dfdf80bfa26b94a4077c35e3be1423b186a26c8 100644
--- a/ios/web/public/test/earl_grey/js_test_util.h
+++ b/ios/web/public/test/earl_grey/js_test_util.h
@@ -23,7 +23,7 @@ void WaitUntilWindowIdInjected(WebState* web_state);
// fails with a GREYAssert.
id ExecuteJavaScript(WebState* web_state,
NSString* javascript,
- NSError** out_error);
+ NSError* __autoreleasing* out_error);
// Synchronously returns the result of executed JavaScript on interstitial page
// displayed for |web_state|.
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/test/earl_grey/js_test_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698