Index: content/shell/browser/shell_views.cc |
diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc |
index dcdd8909bff7de30eabd4a1db4bae9927ec97672..9900487f5f188150235a57931e63dc675da016f5 100644 |
--- a/content/shell/browser/shell_views.cc |
+++ b/content/shell/browser/shell_views.cc |
@@ -437,6 +437,7 @@ void Shell::PlatformInitialize(const gfx::Size& default_window_size) { |
void Shell::PlatformExit() { |
#if defined(OS_CHROMEOS) |
delete wm_test_helper_; |
+ wm_test_helper_ = NULL; |
#endif |
delete views_delegate_; |
views_delegate_ = NULL; |