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

Unified Diff: ios/web_view/shell/shell_app_delegate.mm

Issue 2650323002: Cleanup ios/web_view. (Closed)
Patch Set: Created 3 years, 11 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
Index: ios/web_view/shell/shell_app_delegate.mm
diff --git a/ios/web_view/shell/shell_app_delegate.mm b/ios/web_view/shell/shell_app_delegate.mm
index ab0692df702a439e5f369a32ff382e5e1b8ce1b3..eefdc17c53d9d9e466beba731d1df8b50f1e1ab8 100644
--- a/ios/web_view/shell/shell_app_delegate.mm
+++ b/ios/web_view/shell/shell_app_delegate.mm
@@ -49,4 +49,9 @@
[CRIWV shutDown];
}
+- (void)dealloc {
+ [self.window release];
sdefresne 2017/01/25 09:11:09 I think setting this to nil will work (since the g
Eugene But (OOO till 7-30) 2017/01/25 14:28:04 FWIW: |[self.window release];| or |self.window = n
michaeldo 2017/01/25 17:23:47 Done.
+ [super dealloc];
+}
+
@end
« ios/web_view/internal/criwv_web_main_parts.mm ('K') | « ios/web_view/public/criwv_web_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698