Commit 3d6dfd5d authored by erg@google.com's avatar erg@google.com

cros: Maybe fix recent failures on trunk.

BUG=129075
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10399134

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138381 0039d316-1c4b-4281-b951-d872f2087c98
parent c3e6420a
...@@ -148,6 +148,7 @@ void RenderViewHostTestHarness::TearDown() { ...@@ -148,6 +148,7 @@ void RenderViewHostTestHarness::TearDown() {
#if defined(USE_AURA) #if defined(USE_AURA)
test_stacking_client_.reset(); test_stacking_client_.reset();
root_window_.reset(); root_window_.reset();
aura::Env::DeleteInstance();
#endif #endif
// Make sure that we flush any messages related to WebContentsImpl destruction // Make sure that we flush any messages related to WebContentsImpl destruction
......
...@@ -66,6 +66,7 @@ void ViewsTestBase::TearDown() { ...@@ -66,6 +66,7 @@ void ViewsTestBase::TearDown() {
test_stacking_client_.reset(); test_stacking_client_.reset();
test_activation_client_.reset(); test_activation_client_.reset();
root_window_.reset(); root_window_.reset();
aura::Env::DeleteInstance();
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment