Chromium Code Reviews| Index: content/shell/browser/shell_aura.cc |
| diff --git a/content/shell/browser/shell_aura.cc b/content/shell/browser/shell_aura.cc |
| index edc83efe36d24aab7a38c95e9c74694ce79d0176..d3d399fab38acc8d581ed215d7a85a9f002a658d 100644 |
| --- a/content/shell/browser/shell_aura.cc |
| +++ b/content/shell/browser/shell_aura.cc |
| @@ -25,7 +25,6 @@ void Shell::PlatformExit() { |
| CHECK(platform_); |
| delete platform_; |
| platform_ = NULL; |
| - aura::Env::DeleteInstance(); |
| } |
| void Shell::PlatformCleanUp() { |