| Index: webkit/tools/test_shell/test_shell_test.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_test.cc b/webkit/tools/test_shell/test_shell_test.cc
|
| index da74db5f9611e911495134f48aeb121336542f2a..f7005779314131d2d964c5e8fcf5ce6ce5e80648 100644
|
| --- a/webkit/tools/test_shell/test_shell_test.cc
|
| +++ b/webkit/tools/test_shell/test_shell_test.cc
|
| @@ -40,7 +40,6 @@ void TestShellTest::TearDown() {
|
| // Loading a blank url clears the memory in the current page.
|
| test_shell_->LoadURL(GURL("about:blank"));
|
| test_shell_->DestroyWindow(test_shell_->mainWnd());
|
| - LayoutTestController::ClearShell();
|
|
|
| // Flush the MessageLoop of any residual tasks.
|
| MessageLoop::current()->RunAllPending();
|
|
|