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 47ad012987f4dd0ba19265502b1e4098e26b262a..cf704b9322e83f8a147a11ee7114adb3d8c600ba 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() { |