Chromium Code Reviews| 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..d8c9fe249da55a505c69819198669606c576f758 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 { |
| + [_window release]; |
| + [super dealloc]; |
| +} |
| + |
| @end |