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

Unified Diff: ios/web/browser_state_web_view_partition_inttest.mm

Issue 2934413002: [ObjC ARC] Converts ios/web:ios_web_inttests to ARC. (Closed)
Patch Set: rebased. Created 3 years, 6 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/web_state/navigation_callbacks_inttest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/browser_state_web_view_partition_inttest.mm
diff --git a/ios/web/browser_state_web_view_partition_inttest.mm b/ios/web/browser_state_web_view_partition_inttest.mm
index e0b46d0a2b3a77515c852d109a189c55cbdcf546..00396e9ee510899e1c66e1882d319a08996ae3ea 100644
--- a/ios/web/browser_state_web_view_partition_inttest.mm
+++ b/ios/web/browser_state_web_view_partition_inttest.mm
@@ -88,7 +88,7 @@ class BrowserStateWebViewPartitionTest : public web::WebIntTest {
WKWebView* web_view) {
NSString* set_local_storage_item = [NSString
stringWithFormat:@"localStorage.setItem('%@', '%@')", key, value];
- NSError* unused_error = nil;
+ __unsafe_unretained NSError* unused_error = nil;
web::ExecuteJavaScript(web_view, set_local_storage_item, &unused_error);
}
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/web_state/navigation_callbacks_inttest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698