| Index: content/public/test/render_view_test.cc
|
| diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
|
| index c5821b9da45a64beec9d087d50f4ebcc3bddc781..a5f2bfc7f5978bdd5dd3fec1395fe1c7c6f24c6b 100644
|
| --- a/content/public/test/render_view_test.cc
|
| +++ b/content/public/test/render_view_test.cc
|
| @@ -339,17 +339,12 @@ void RenderViewTest::TearDown() {
|
| base::RunLoop().RunUntilIdle();
|
|
|
| #if defined(OS_MACOSX)
|
| - // Needs to run before blink::shutdown().
|
| autorelease_pool_.reset(NULL);
|
| #endif
|
|
|
| leak_detector->collectGarbageAndReport();
|
|
|
| - base::RunLoop().RunUntilIdle();
|
| -
|
| blink_platform_impl_.Shutdown();
|
| - blink::shutdown();
|
| -
|
| platform_->PlatformUninitialize();
|
| platform_.reset();
|
| params_.reset();
|
|
|